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 ScrollStateChanged event.

    Inheritance
    System.Object
    ScrollStateChangedEventArgs
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class ScrollStateChangedEventArgs : EventArgs

    Constructors

    ScrollStateChangedEventArgs(ScrollState)

    Initializes a new instance of the ScrollStateChangedEventArgs class.

    Declaration
    public ScrollStateChangedEventArgs(ScrollState scrollstate)
    Parameters
    Type Name Description
    ScrollState scrollstate

    The current scrolling state of SfDataGrid.

    Properties

    ScrollState

    Gets the current scrolling state of SfDataGrid.

    Declaration
    public ScrollState ScrollState { get; }
    Property Value
    Type
    ScrollState
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved