Class: ScrollIndicator

ui.ScrollIndicator

new ui.ScrollIndicator ()

Element representing a scroll indicator or scroll bar.

Properties:
Name Type Description
target html.Item

(default: parent) The scrolling target.

other ui.ScrollIndicator

The other scroll indicator, if there are two indicators, one for horizontal scrolling, and one for vertical scrolling.

orientation string

The scrolling orientation. One of: horizontal|vertical

reverse bool

(default: false) If true, the scrolling direction is reversed.

size number

The size of the indicator.

Extends