Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControlScrollBar.Tracking

Gives feedback while the slider is dragged.

Declaration

Source position: forms.pp line 149

published property TControlScrollBar.Tracking : Boolean
  read FTracking
  write SetTracking
  default False;

Description

When it takes a significant amount of time to repaint the parent control at a new position, Tracking should be False to prevent flicker. This causes the control to be updated only when the slider is released.