menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class GridScrolledEventArgs

    Provides data for the OnScrolled event.

    Inheritance
    System.Object
    GridScrollingEvents
    GridScrolledEventArgs
    Inherited Members
    GridScrollingEvents.ChangedValue
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class GridScrolledEventArgs : GridScrollingEvents

    Constructors

    GridScrolledEventArgs(Double)

    Initializes a new instance of the GridScrolledEventArgs class with the given vertical offset value.

    Declaration
    public GridScrolledEventArgs(double value)
    Parameters
    Type Name Description
    System.Double value

    The vertical offset value.

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