DXScrollView.Scrolled Event
Occurs when a user scrolls within the DXScrollView
.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public event EventHandler<ScrolledEventArgs> Scrolled
Event Data
The Scrolled event's data class is ScrolledEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
ScrollX | The X position of the finished scroll. |
ScrollY | The Y position of the finished scroll. |
See Also