ISpreadsheetComponent.ScrollPositionChanged Event
Occurs when the scroll position changes in a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Event Data
The ScrollPositionChanged event's data class is ScrollPositionChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
ColumnIndex | Gets the index of the left-most column of the currently visible area. |
RowIndex | Gets the index of the top row of the currently visible area. |
See Also