Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollToPosition - Xamarin.Android API Reference | Syncfusion BringIntoView(TreeViewNode, Boolean, Boolean, ScrollToPosition) is performed. ">

    Show / Hide Table of Contents

    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.Android.TreeView
    Assembly: Syncfusion.SfTreeView.Android.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 Description
    ScrollToPosition

    End

    Scrolls row index to be positioned at the end of the view.

    Declaration
    public const ScrollToPosition End
    Field Value
    Type Description
    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 Description
    ScrollToPosition

    Start

    Scrolls row index to be positioned at the start of the view.

    Declaration
    public const ScrollToPosition Start
    Field Value
    Type Description
    ScrollToPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved