VScrollTrack Property
Returns/Sets whether or not the grid tracks vertical scrolling.
Syntax
object.VScrollTrack [= value ]
The syntax of the VScrollTrack Property has these parts:
| Part | Description |
| object | A DGrid control. |
| value | A boolean expression that determines if the grid tracks vertical scrolling (True), or not (False). |
Data Type
Boolean