Class ScrollStateChangedEventArgs
Provides data for the ScrollStateChanged event.
Inheritance
System.Object
ScrollStateChangedEventArgs
Namespace: Syncfusion.Maui.ListView
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public class ScrollStateChangedEventArgs : EventArgs
Constructors
ScrollStateChangedEventArgs()
Initializes a new instance of the ScrollStateChangedEventArgs class.
Declaration
public ScrollStateChangedEventArgs()
Properties
ScrollState
Gets the scrolling state of SfListView.
Declaration
public ListViewScrollState ScrollState { get; }
Property Value
Type | Description |
---|---|
ListViewScrollState | It represents the scroll state for SfListView. |