The Scroller control displays a single scrollable component, called a viewport, and horizontal and vertical scroll bars.
Variables
Indicates under what conditions the horizontal scroll bar is displayed. The acceptable values are "auto" or "off".
The default value is auto
horizontalScrollPosition:Float
The x coordinate of the origin of the viewport in the component's coordinate system, where the default value is (0,0) corresponding to the upper-left corner of the component.
read onlymaxHorizontalScrollPosition:Float
Get a number that represents the maximum horizontal scroll position.
read onlymaxVerticalScrollPosition:Float
Get a number that represents the maximum vertical scroll position.
Indicates under what conditions the vertical scroll bar is displayed. The acceptable values are "auto" or "off".
The default value is auto