TcxScrollBar.ReverseDirection Property
Switches the scroll direction to the opposite direction.
Declaration
property ReverseDirection: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to reverse the scroll direction of the scrollbar.
The ReverseDirection
property’s default value is False
.
See Also