Class ScrollToPosition
Defines the constants that specifies the possible positions of the row/column when scrolled programmatically.
Inheritance
System.Object
    ScrollToPosition
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public sealed class ScrollToPosition : Enum
  Fields
Center
Scroll to make the row/column positioned at the center of the datagrid.
Declaration
public const ScrollToPosition Center
  Field Value
| Type | 
|---|
| ScrollToPosition | 
End
Scroll to make the row/column positioned at the end of the datagrid.
Declaration
public const ScrollToPosition End
  Field Value
| Type | 
|---|
| ScrollToPosition | 
MakeVisible
Scroll to make a specified row/column visible in datagrid.
Declaration
public const ScrollToPosition MakeVisible
  Field Value
| Type | 
|---|
| ScrollToPosition | 
Start
Scroll to make the row/column positioned at the start of the datagrid.
Declaration
public const ScrollToPosition Start
  Field Value
| Type | 
|---|
| ScrollToPosition |