Name | Type | Default | Description |
Disabled | bool | false | Enables or disables the element. |
LargeStep | int | 100 | Sets or gets the scrollbar's largestep. The value is increased/decreased with this largestep when the user presses the left mouse button in the area between a scrollbar button and thumb. |
Locale | string | "en" | Sets or gets the language. Used in conjunction with the property messages. |
Max | int | 1000 | Sets or gets the scrollbar's maximum value. |
MechanicalAction | DragMechanicalAction | DragMechanicalAction.SwitchWhileDragging | Sets or gets the type of used mechanical action. The mechanical action defines in which moment the value of the element will be updated. |
Messages | object | N/A | Sets an object with string values, related to the different states of passwords strength. |
Min | int | 0 | Sets or gets the scrollbar's minimum value. |
Orientation | Orientation | Orientation.Horizontal | Sets or gets the scrollbar's orientation |
Readonly | bool | false | If the element is readonly, users cannot interact with it. |
RightToLeft | bool | false | Sets or gets the value indicating whether the element is aligned to support locales using right-to-left fonts. |
ShowButtons | bool | true | Sets or gets scrollbar buttons visibility. |
Step | int | 10 | Sets or gets the scrollbar's step. The value is increased/decreased with this step when the user presses a scrollbar button. |
Theme | string | "" | Determines the theme. Theme defines the look of the element |
Unfocusable | bool | false | If is set to true, the element cannot be focused. |
Value | int | 0 | Sets or gets the widget's value. |