Back to Devexpress

TcxCustomTrackBarProperties.ReverseDirection Property

vcl-cxtrackbar-dot-tcxcustomtrackbarproperties-357a1734.md

latest1.6 KB
Original Source

TcxCustomTrackBarProperties.ReverseDirection Property

Specifies if the track bar scale is flipped.

Declaration

delphi
property ReverseDirection: Boolean read; write; default False;

Property Value

TypeDefaultDescription
BooleanFalseFalse Default. Standard scale direction (left-to-right or top-to-bottom, depending on the Orientation property value).TrueReversed 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

TcxCustomTrackBarProperties.Orientation Property

TcxCustomTrackBarProperties Class

TcxCustomTrackBarProperties Members

cxTrackBar Unit