Scroll (Grid)

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.

Syntax

Private Sub grid_Scroll( )

Parameters

grid
Object expression that evaluates to a Grid control.

Remarks

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.