Occurs when the contents of the ModHFGrid are scrolled. This can be done using the scroll bars or keyboard or programmatically by changing the TopRow or LeftCol properties.
Syntax
Private Sub object_Scroll()
The Scroll event syntax has one parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
Remarks
If the ScrollTrack property is True, this event occurs while the user is dragging or scrolling the mouse. If the ScrollTrack property is False, this event occurs once the user stops dragging the cursor.