Class ScrollToPosition
Defines the position in the view of the row index when BringIntoView(TreeViewNode, Boolean, Boolean, ScrollToPosition) is performed.
Inheritance
System.Object
ScrollToPosition
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.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 |