Class DataGridScrollState
Defines the different scroll states for SfDataGrid.
Inheritance
System.Object
DataGridScrollState
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridScrollState : Enum
Fields
Dragging
Specifies that SfDataGrid is currently being dragged in the view.
Declaration
public const DataGridScrollState Dragging
Field Value
| Type |
|---|
| DataGridScrollState |
Fling
Specifies that fling action is performed on SfDataGrid.
Declaration
public const DataGridScrollState Fling
Field Value
| Type |
|---|
| DataGridScrollState |
Idle
Specifies that SfDataGrid is not scrolling currently.
Declaration
public const DataGridScrollState Idle
Field Value
| Type |
|---|
| DataGridScrollState |
Programmatic
Specifies that scrolling is performed by using
Declaration
public const DataGridScrollState Programmatic
Field Value
| Type |
|---|
| DataGridScrollState |