Qt Components Hildon  0.20
QML components for Maemo5 with Hildon styling.
 All Classes Functions Properties Groups Pages
Properties | List of all members
ListView Class Reference

A standard QtQuick ListView element with scroll bars. More...

Properties

enumeration horizontalScrollBarPolicy
 The policy used to determine whether the horizontal scroll bar should be visible.
enumeration navigationMode
 The current navigation mode used by the view.
FlickableStyle style
 Provides styling properties for the flickable.
enumeration verticalScrollBarPolicy
 The policy used to determine whether the vertical scroll bar should be visible.

Detailed Description

A standard QtQuick ListView element with scroll bars.

The ListView component behaves in the same way as the standard QtQuick ListView element, but with optional scroll bars.

See Also
ListItem, ListViewStyle, OssoListViewStyle

Property Documentation

enumeration ListView::horizontalScrollBarPolicy

The policy used to determine whether the horizontal scroll bar should be visible.

Possible values are:

Value Description
Qt.ScrollBarAlwaysOn The horizontal scroll bar should always be visible.
Qt.ScrollBarAlwaysOff The horizontal scroll bar should never be visible.
Qt.ScrollBarAsNeeded The horizontal scroll bar should be visible when the content width is greater than the width of the view (default).
enumeration ListView::navigationMode

The current navigation mode used by the view.

Possible values are:

Value Description
NavigationMode.TouchNavigation The view is navigated using touch (default).
NavigationMode.KeyNavigation The view is navigated using key presses.
enumeration ListView::verticalScrollBarPolicy

The policy used to determine whether the vertical scroll bar should be visible.

Possible values are:

Value Description
Qt.ScrollBarAlwaysOn The vertical scroll bar should always be visible.
Qt.ScrollBarAlwaysOff The vertical scroll bar should never be visible.
Qt.ScrollBarAsNeeded The vertical scroll bar should be visible when the content height is greater than the height of the view (default).