Class ScrollToPosition
Defines the position in the view of the row index when ScrollToRowIndex(Int32, ScrollToPosition, Boolean) is performed.
Inheritance
System.Object
    ScrollToPosition
  Namespace: Syncfusion.ListView.XForms
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public sealed class ScrollToPosition : Enum
  Fields
Center
Scrolls row index to be positioned at the center of the view.
Declaration
public const ScrollToPosition Center
  Field Value
| Type | 
|---|
| ScrollToPosition | 
End
Scrolls row index to be positioned at the end of the view.
Declaration
public const ScrollToPosition End
  Field Value
| Type | 
|---|
| ScrollToPosition | 
MakeVisible
Scrolls to make row index visible in the view. If the RowIndex is already in view scrolling will not occur.
Declaration
public const ScrollToPosition MakeVisible
  Field Value
| Type | 
|---|
| ScrollToPosition | 
Start
Scrolls row index to be positioned at the start of the view.
Declaration
public const ScrollToPosition Start
  Field Value
| Type | 
|---|
| ScrollToPosition |