HMI Scrollbar¶
A ScrollBar can be used to scroll to or visualize a position.
Inputs¶
Style (Type: Style)¶
Optional styling of the ScrollBar.
The Border respects the Width, Height, HorizontalAlignment, VerticalAlignment, Margin, Padding, Foreground, Background, Font and Padding styles.
Orientation (Type: string)¶
Orientation of the Scrollbar, Horizontal or Vertical.
Minimum (Type: double)¶
The minimum value.
Maximum (Type: double)¶
The maximum value.
SmallChange (Type: double)¶
The amount that is subtracted from or added to the value when the Left or Right keyboard cursor keys are pressed.
LargeChange (Type: double)¶
The amount that is subtracted from or added to the value when the channel is clicked left or right of the thumb.
Example¶
Here is an example that shows a ScrollBar. This definition:
creates the following user interface: