See Also: ScrollEventArgs Members
The Scroll event occurs when the user changes the value of the scroll bar. This event can result from a variety of actions, such as clicking a scroll bar arrow, pressing the UP ARROW or DOWN ARROW, or dragging the scroll box. The System.Windows.Forms.ScrollEventArgs specifies the type of scroll event that occurred and the new value of the scroll bar. Use the ScrollEventArgs.ScrollOrientation property to determine the scroll bar orientation for the Scroll event.
The Scroll event occurs for the System.Windows.Forms.DataGridView, System.Windows.Forms.ScrollableControl, System.Windows.Forms.ScrollBar, and System.Windows.Forms.DataGrid controls.