Class ListViewScrollState
Defines the different scroll states for SfListView.
Inheritance
System.Object
ListViewScrollState
Namespace: Syncfusion.Maui.ListView
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public sealed class ListViewScrollState : Enum
Fields
Dragging
Specifies that SfListView is currently being dragged in the view.
Declaration
public const ListViewScrollState Dragging
Field Value
Type |
---|
ListViewScrollState |
Fling
Specifies that fling action is performed on SfListView.
Declaration
public const ListViewScrollState Fling
Field Value
Type |
---|
ListViewScrollState |
Idle
Specifies that SfListView is not currently scrolling.
Declaration
public const ListViewScrollState Idle
Field Value
Type |
---|
ListViewScrollState |
Programmatic
Specifies that scrolling is performed by using ScrollTo(Double, Boolean) or
Declaration
public const ListViewScrollState Programmatic
Field Value
Type |
---|
ListViewScrollState |