Skip to main content

Scrollbar

The scrollbar component defines scroll controls for a scrollview component.

For more details, see the User Interface section.

Scrollbar Component

Component Properties

PropertyDescription
OrientationControls whether the scrollbar moves horizontally or vertically.
ValueThe current position value of the scrollbar, ranging from 0 to 1.
HandleThe entity to be used as the scrollbar handle. This entity must have a scrollbar component.
Handle SizeThe relative size of the handle compared to the track size, ranging from 0 to 1. For vertical scrollbars, a value of 1 means the handle takes up the full height of the track.