ButtonAction

enum ButtonAction : Enum<TtScrollBar.ButtonAction>

The button action defines the desired scroll behavior while clicking the up or the down button.

Entries

Link copied to clipboard

Scrolls the target view to the top. Only the up button need be set.

Link copied to clipboard

Scrolls the target view by page. Both the up and down buttons need be set.

Link copied to clipboard

Must be used when no buttons are present.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int