A control that indicates a position or setting.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
scrollbar
# Examples
set the style of scrollbar "Progress" to progress
if the thumbPosition of scrollbar "Level" > 400 then doOverflow
# Description
Use the scrollbar object type to display the current level or the progress of a task, or to let the user set a level or amount.
A scrollbar can be displayed as a standard scroll bar, a progress bar, or a sliding control, depending on the setting of the scrollbar's style property. scrollbars can be vertical or horizontal, depending on whether their height or width is greater.
A scrollbar is contained in a card, group, or background. Scrollbars cannot contain other objects.
# Tags
# See
- **keyword:** templateScrollbar, control - **property:** height, width, style - **message:** scrollbarDrag - **object:** scrollbar - **glossary:** property, object type