This event occurs when you change the TopRow or LeftCol properties of a Grid control. You can change these properties in code, or by scrolling through the contents of the control using either a scroll bar or a keyboard.
Private Sub grid_Scroll( )
If the ScrollTrack property is set to True, the user initiates the scroll event by dragging or scrolling the mouse device; otherwise, the scroll event is not initiated until the drag is complete.