Library Vcl NextSuite 6 NextDBGrid6 Reference Classes TNextDBGrid6 ScrollBarTracking

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;

Sign in