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