TcxScrollBoxScrollBarOptions Class
Scrollbar settings.
Declaration
TcxScrollBoxScrollBarOptions = class(
TPersistent
)
Remarks
Settings include:
Property | Description |
---|---|
Increment | Specifies the amount by which the scroll box’s position changes when clicking scrollbar buttons. |
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. |
The TcxScrollBoxScrollBarOptions object is referenced by the scroll container’s HorzScrollBar or VertScrollBar property.
Inheritance
TObject
TPersistent
TcxScrollBoxScrollBarOptions
See Also