ScrollBarTracking
Specifies whether the view will be automatically updated upon user scrolling by dragging scrollbar thumb rectangle.
pas
property ScrollBarTracking: Boolean read FScrollBarTracking write FScrollBarTracking default True;
If set to False the view will be scrolled only after user release click while dragging scrollbar thumb area.
Remarks
Default TDBGrid component act as this property is set to False;