TcxScrollBoxScrollBarOptions Properties
Scrollbar settings.| Name | Description |
|---|---|
| Increment |
Specifies the amount by which the scroll box’s position changes when clicking scrollbar buttons. The default value of the Increment property is 8. |
| Kind | Determines the scrollbar orientation. |
| Margin | Specifies the scroll container padding. |
| Position | Specifies the scroll box’s position within the scrollbar. |
| Range | Specifies the upper limit for the scroll box. |
| Tracking | Specifies whether the scroll container‘s content is continuously moved when dragging the scroll box. |
| Visible | Specifies the scrollbar visibility. |
See Also