menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ScrollState

    Defines the different scroll states for SfListView.

    Inheritance
    System.Object
    ScrollState
    Namespace: Syncfusion.ListView.XForms
    Assembly: Syncfusion.SfListView.XForms.dll
    Syntax
    public sealed class ScrollState : Enum

    Fields

    Dragging

    Specifies that SfListView is currently being dragged in the view.

    Declaration
    public const ScrollState Dragging
    Field Value
    Type
    ScrollState

    Fling

    Specifies that fling action is performed on SfListView.

    Declaration
    public const ScrollState Fling
    Field Value
    Type
    ScrollState

    Idle

    Specifies that SfListView is not currently scrolling.

    Declaration
    public const ScrollState Idle
    Field Value
    Type
    ScrollState

    Programmatic

    Specifies that scrolling is performed by using ScrollTo(Double, Boolean) or ScrollToRowIndex(Int32, ScrollToPosition, Boolean) method.

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