alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DataGridScrollState

    Defines the different scroll states for SfDataGrid.

    Inheritance
    System.Object
    DataGridScrollState
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public sealed class DataGridScrollState : Enum

    Fields

    Dragging

    Specifies that SfDataGrid is currently being dragged in the view.

    Declaration
    public const DataGridScrollState Dragging
    Field Value
    Type
    DataGridScrollState

    Fling

    Specifies that fling action is performed on SfDataGrid.

    Declaration
    public const DataGridScrollState Fling
    Field Value
    Type
    DataGridScrollState

    Idle

    Specifies that SfDataGrid is not scrolling currently.

    Declaration
    public const DataGridScrollState Idle
    Field Value
    Type
    DataGridScrollState

    Programmatic

    Specifies that scrolling is performed by using / or method.

    Declaration
    public const DataGridScrollState Programmatic
    Field Value
    Type
    DataGridScrollState
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved