ScrollViewStyle
Provides custom styling for ScrollView More...
Inherited by TableViewStyle.
This type was introduced in QtQuick.Controls.Styles 1.0.
Properties
- control : ScrollView
- corner : Component
- decrementControl : Component
- frame : Component
- handle : Component
- handleOverlap : int
- incrementControl : Component
- minimumHandleLength : int
- scrollBarBackground : Component
- scrollToClickedPosition : bool
Detailed Description
Property Documentation
read-onlycontrol : ScrollView |
The ScrollView attached to this style.
corner : Component |
This Component paints the corner area between scroll bars
decrementControl : Component |
This component controls the appearance of the scroll bar decrement button.
You can access the following state properties:
| property bool styleData.hovered |
| property bool styleData.pressed |
| property bool styleData.horizontal |
frame : Component |
This Component paints the frame around scroll bars.
handle : Component |
This component controls the appearance of the scroll bar handle.
You can access the following state properties:
| property bool styleData.hovered |
| property bool styleData.pressed |
| property bool styleData.horizontal |
handleOverlap : int |
This property controls the edge overlap between the handle and the increment/decrement buttons.
The default value is 30.
incrementControl : Component |
This component controls the appearance of the scroll bar increment button.
You can access the following state properties:
| property bool styleData.hovered |
| property bool styleData.pressed |
| property bool styleData.horizontal |
minimumHandleLength : int |
This is the minimum extent of the scroll bar handle.
The default value is 30.
scrollBarBackground : Component |
This component controls the appearance of the scroll bar background.
You can access the following state properties:
| property bool styleData.hovered |
| property bool styleData.horizontal |
scrollToClickedPosition : bool |
This component determines if the flickable should reposition itself at the mouse location when clicked.