Class ScrollingMode
Describes the possible scrolling modes that a SfDataGrid control has.
Inheritance
System.Object
ScrollingMode
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public sealed class ScrollingMode : Enum
Fields
Line
Lets the grid to scroll based on line values.
Declaration
public const ScrollingMode Line
Field Value
Type | Description |
---|---|
ScrollingMode |
Pixel
Lets the grid to scroll based on pixel values.
Declaration
public const ScrollingMode Pixel
Field Value
Type | Description |
---|---|
ScrollingMode |
PixelLine
Lets the grid to scroll based on pixel values and auto scrolls to the start or end or a row or column based on the clipped value.
Declaration
public const ScrollingMode PixelLine
Field Value
Type | Description |
---|---|
ScrollingMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |