Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxScrollBoxScrollBarOptions Class

Scrollbar settings.

#Declaration

Delphi
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