Minimum requirements for a scroll bar to be usable with subclasses of the
BaseScrollContainer
component.
Events:
feathers.events.ScrollEvent.SCROLL_START | Dispatched when scrolling starts. |
---|---|
feathers.events.ScrollEvent.SCROLL_COMPLETE | Dispatched when scrolling completes. |
Available since
1.0.0
.Variables
page:Float
The amount the scroll bar value must change to get from one "page" to the next.
Available since
1.0.0
.step:Float
The amount the value must change to increment or decrement by a "step".
The value should always be greater than 0.0
to ensure that the scroll
bar reacts to keyboard events when focused, and to ensure that the
increment and decrement buttons change the value when they are
triggered.
Available since
1.0.0
.