Returns or sets scrolling should occur while the user moves the scroll thumb.
Syntax
[form!]VSFlexGrid.ScrollTrack[ = {True | False} ]
Remarks
This property is usually set to False to avoid excessive scrolling and flickering. Set it to True if you want to emulate other controls that have this behavior.
The example below scrolls the grid without waiting for the thumb to be released:
fg.ScrollTrack = True
Data Type
Boolean