Skip to content

Scrollbar

extends TransitionControl

Inherits from Control

The Scrollbar class allows for easy implementation of user interactive scrolling functionality, such as scrolling through text or image lists.

成员变量

Scrollbar.value : number
The current value of the scrollbar.
Scrollbar.size : number
The size of the scrollbar.
Scrollbar.direction : SliderDirection
The direction of the scrollbar.