menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ScrollStateChangedEventArgs

    Provides data for the ScrollStateChanged event.

    Inheritance
    System.Object
    ScrollStateChangedEventArgs
    Namespace: Syncfusion.ListView.XForms
    Assembly: Syncfusion.SfListView.XForms.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 ScrollState ScrollState { get; }
    Property Value
    Type Description
    ScrollState

    It represents the scroll state for SfListView.

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