menu

Class ScrollToPosition - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScrollToPosition

    Defines the constants that specifies the possible positions of the row/column when scrolled programmatically.

    Inheritance
    System.Object
    ScrollToPosition
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public sealed class ScrollToPosition : Enum

    Fields

    Center

    Scroll to make the row/column positioned at the center of the datagrid.

    Declaration
    public const ScrollToPosition Center
    Field Value
    Type
    ScrollToPosition

    End

    Scroll to make the row/column positioned at the end of the datagrid.

    Declaration
    public const ScrollToPosition End
    Field Value
    Type
    ScrollToPosition

    MakeVisible

    Scroll to make a specified row/column visible in datagrid.

    Declaration
    public const ScrollToPosition MakeVisible
    Field Value
    Type
    ScrollToPosition

    Start

    Scroll to make the row/column positioned at the start of the datagrid.

    Declaration
    public const ScrollToPosition Start
    Field Value
    Type
    ScrollToPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved