ISpreadsheetComponent.ScrollPositionChanged Event
In This Article
Occurs when the scroll position changes in a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.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 |
---|---|
Column |
Gets the index of the left-most column of the currently visible area. |
Row |
Gets the index of the top row of the currently visible area. |
See Also