TcxScrollBoxScrollBarOptions.Tracking Property
Specifies whether the scroll container‘s content is continuously moved when dragging the scroll box.
Declaration
property Tracking: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the Tracking property to True, to immediately respond to scroll box movement. Otherwise, the content will be moved after the scroll box is released.
The default value of the Tracking property is False.
See Also