menu

MAUI

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

    Show / Hide Table of Contents

    Class ScrollStateChangedEventArgs

    Provides data for the ScrollStateChanged event.

    Inheritance
    System.Object
    ScrollStateChangedEventArgs
    Namespace: Syncfusion.Maui.ListView
    Assembly: Syncfusion.Maui.ListView.dll
    Syntax
    public class ScrollStateChangedEventArgs : EventArgs

    Constructors

    ScrollStateChangedEventArgs()

    Initializes a new instance of the ScrollStateChangedEventArgs class.

    Declaration
    public ScrollStateChangedEventArgs()

    Properties

    ScrollState

    Gets the scrolling state of SfListView.

    Declaration
    public ListViewScrollState ScrollState { get; }
    Property Value
    Type Description
    ListViewScrollState

    It represents the scroll state for SfListView.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved