DataGridView.Scrolled Event
Fires after a DataGridView is scrolled.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
public event EventHandler<DataGridViewScrolledEventArgs> Scrolled
#Event Data
The Scrolled event's data class is DataGridViewScrolledEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Delta |
Gets the difference between the current and previous horizontal scroll positions. |
Delta |
Gets the difference between the current and previous vertical scroll positions. |
Extent |
Gets a vertical size of the extent. |
Extent |
Gets a horizontal size of the extent. |
First |
Gets the row handle of the first visible item. |
Last |
Gets the row handle of the last visible item. |
Offset |
Gets the top offset of the scrolled content. |
Offset |
Gets the left offset of the scrolled content. |
Viewport |
Gets the height of the DevExpress. |
Viewport |
Gets the width of the DevExpress. |