RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlScrollBar.Tracking Property

Determines whether the form or scroll box moves before the thumb tab is released.

Pascal
property Tracking: Boolean;
C++
__property Boolean Tracking;

Use Tracking to control whether the scroll bar and associated control repaint while the thumb tab is dragged with the mouse. If Tracking is true, the image moves as the user drags the thumb tab. If Tracking is false, the image remains static until the thumb tab is released. 

Repainting while the thumb tab is dragged can provide useful feedback to the user about how far the control has scrolled, but slows performance. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!