Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollState - Xamarin.iOS API Reference | Syncfusion SfDataGrid. ">

    Show / Hide Table of Contents

    Class ScrollState

    Defines the different scroll states for SfDataGrid.

    Inheritance
    System.Object
    ScrollState
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public sealed class ScrollState : Enum

    Fields

    Dragging

    Specifies that SfDataGrid is currently being dragged in the view.

    Declaration
    public const ScrollState Dragging
    Field Value
    Type Description
    ScrollState

    Fling

    Specifies that fling action is performed on SfDataGrid.

    Declaration
    public const ScrollState Fling
    Field Value
    Type Description
    ScrollState

    Idle

    Specifies that SfDataGrid is not scrolling currently.

    Declaration
    public const ScrollState Idle
    Field Value
    Type Description
    ScrollState

    Programmatic

    Specifies that scrolling is performed by using / method.

    Declaration
    public const ScrollState Programmatic
    Field Value
    Type Description
    ScrollState

    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