VSFlexGrid Control > VSFlexGrid Properties, Events, and Methods > VSFlexGrid Properties > ScrollTrack Property |
Returns or sets scrolling should occur while the user moves the scroll thumb.
[form!]VSFlexGrid.ScrollTrack[ = {True | False} ]
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
Boolean