Enum ScrollToPosition
Defines the position in the view of the row index when BringIntoView(TreeViewNode, Boolean, Boolean, ScrollToPosition) is performed.
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.SfTreeView.WPF.dll
Syntax
public enum ScrollToPosition
Fields
| Name | Description |
|---|---|
| Center | Scrolls row index to be positioned at the center of the view. |
| End | Scrolls row index to be positioned at the end of the view. |
| MakeVisible | Scrolls to make row index visible in the view. If the RowIndex is already in view scrolling will not occur. |
| Start | Scrolls row index to be positioned at the start of the view. |