Skip to main content

TcxScrollBar.UnlimitedTracking Property

Specifies if dragging the thumb far out of the scrollbar automatically positions it at the closest limit.

Declaration

property UnlimitedTracking: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If this property is set to True, end-users can drag the thumb to any point on the screen and the thumb will automatically scroll to the closest position to the mouse pointer. Otherwise, the scrolling will be performed only when the mouse pointer is moved within or near the scrollbar during the drag operation.

The default value of the UnlimitedTracking property is False.

See Also