Class ScrollState
Defines the different scroll states for SfDataGrid.
Inheritance
System.Object
ScrollState
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public sealed class ScrollState : Enum
Fields
Dragging
Specifies that SfDataGrid is currently being dragged in the view.
Declaration
public const ScrollState Dragging
Field Value
Type |
---|
ScrollState |
Fling
Specifies that fling action is performed on SfDataGrid.
Declaration
public const ScrollState Fling
Field Value
Type |
---|
ScrollState |
Idle
Specifies that SfDataGrid is not scrolling currently.
Declaration
public const ScrollState Idle
Field Value
Type |
---|
ScrollState |
Programmatic
Specifies that scrolling is performed by using ScrollToRowIndex(Int32, Boolean, ScrollToPosition) / ScrollToColumnIndex(Int32, Boolean, ScrollToPosition) or ScrollToRowColumnIndex(Int32, Int32, Boolean, ScrollToPosition, ScrollToPosition) method.
Declaration
public const ScrollState Programmatic
Field Value
Type |
---|
ScrollState |