menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListViewScrollState - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ListViewScrollState

    Defines the different scroll states for SfListView.

    Inheritance
    System.Object
    ListViewScrollState
    Namespace: Syncfusion.Maui.ListView
    Assembly: Syncfusion.Maui.ListView.dll
    Syntax
    public sealed class ListViewScrollState : Enum

    Fields

    Dragging

    Specifies that SfListView is currently being dragged in the view.

    Declaration
    public const ListViewScrollState Dragging
    Field Value
    Type
    ListViewScrollState

    Fling

    Specifies that fling action is performed on SfListView.

    Declaration
    public const ListViewScrollState Fling
    Field Value
    Type
    ListViewScrollState

    Idle

    Specifies that SfListView is not currently scrolling.

    Declaration
    public const ListViewScrollState Idle
    Field Value
    Type
    ListViewScrollState

    Programmatic

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

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