Struct ScrollBar
Base class for scroll bars.
struct ScrollBar
;
Scrollbars are a Range
-based Control
, that display a draggable area (the size of the page). Horizontal (HScrollBar
) and Vertical (VScrollBar
) versions are available.
Properties
Name | Type | Description |
---|---|---|
customStep [get, set]
|
double | Overrides the step used when clicking increment and decrement buttons or when using arrow keys when the ScrollBar is focused.
|
Methods
Name | Description |
---|---|
_dragNodeExit
|
|
_dragNodeInput
|
|
_guiInput
|
|
getCustomStep
|
|
setCustomStep
|