Scroll (Grid)

Occurs when the Grid scrolls its contents, either through the scroll bars, keyboard, or code changing the TopRow or LeftCol properties.

Syntax

Private Sub object_Scroll ()

The object placeholder represents an object expression that evaluates to an object.

Remarks

If the ScrollTrack property is set to True, the scroll event is triggered while the user is dragging/scrolling the mouse; otherwise, it is not triggered until the drag is complete.