Skip to main content

Scrollbar

The Scrollbar Component defines a scrolling control for a Scroll View Component.

See the User Interface section for more details.

Scrollbar Component

Properties

PropertyDescription
OrientationControls whether the scrollbar moves horizontally or vertically. Options: Horizontal, Vertical.
ValueThe current position value of the scrollbar, in the range 0 to 1.
HandleThe entity to be used as the scrollbar handle. This entity must have an Element Component.
Handle SizeThe size of the handle relative to the size of the track, in the range 0 to 1. For a vertical scrollbar, a value of 1 means that the handle will take up the full height of the track.

See Also

Scripting Interface

You can control a Scrollbar Component's properties using a Script Component. The Scrollbar Component's scripting interface is here.