menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollToPosition - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScrollToPosition

    Inheritance
    System.Object
    ScrollToPosition
    Namespace: Syncfusion.XForms.TreeView
    Assembly: Syncfusion.SfTreeView.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved