menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ScrollToPosition - API Reference

    Show / Hide Table of Contents

    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.

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