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 |
|
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