WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ScrollToPosition - WPF API Reference | Syncfusion is performed. ">

    Show / Hide Table of Contents

    Enum ScrollToPosition

    Defines the position in the view of the row index when 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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved