Class DataGridScrollingMode
Describes the possible scrolling modes that a SfDataGrid control has.
Inheritance
System.Object
DataGridScrollingMode
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridScrollingMode : Enum
Fields
Line
Lets the grid to scroll based on line values.
Declaration
public const DataGridScrollingMode Line
Field Value
Type |
---|
DataGridScrollingMode |
Pixel
Lets the grid to scroll based on pixel values.
Declaration
public const DataGridScrollingMode Pixel
Field Value
Type |
---|
DataGridScrollingMode |
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 DataGridScrollingMode PixelLine
Field Value
Type |
---|
DataGridScrollingMode |