Skip to main content

TcxCustomTrackBarProperties.Orientation Property

Specifies whether the track bar is oriented horizontally or vertically.

Declaration

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