Skip to main content

TcxCustomTrackBarProperties.ReverseDirection Property

Specifies if the track bar scale is flipped.

Declaration

property ReverseDirection: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False
False
Default. Standard scale direction (left-to-right or top-to-bottom, depending on the Orientation property value).
True
Reversed scale direction (right-to-left or bottom-to-top, depending on the Orientation property value). In this mode, change button positions switch places, and the functionality of all thumb navigation keys is reversed.

Remarks

Set the ReverseDirection property to True to reverse the standard track bar scale direction. In addition, you can set the ReverseMouseWheel property to True to invert the thumb movement direction in response to mouse wheel rotation.

Default Value

The ReverseDirection property’s default value is False.

See Also