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".

Available since

1.0.0

.