Class ScrollingMode
Describes the possible scrolling modes that a SfDataGrid control has.
Inheritance
System.Object
ScrollingMode
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.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 |
---|
ScrollingMode |
Pixel
Lets the grid to scroll based on pixel values.
Declaration
public const ScrollingMode Pixel
Field Value
Type |
---|
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 |
---|
ScrollingMode |