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

TcxCustomTrackBarProperties.Orientation Property

Specifies whether the track bar is oriented horizontally or vertically.

#Declaration

Delphi
property Orientation: TcxTrackBarOrientation read; write; default tboHorizontal;

#Property Value

Type Default
TcxTrackBarOrientation tboHorizontal

#Remarks

Options include:

Value Meaning Example
tboHorizontal The track bar is horizontally oriented. Values are displayed from left to right.
tboVertical The track bar is vertically oriented. Values are displayed from top to bottom.

Note

Pressing the Page Up, Page Down, Home, End, and arrow keys moves the track bar’s thumb and changes the editor’s Position property value, regardless of the track bar’s orientation.

The default value of the Orientation property is tboHorizontal.

See Also