menu

Interface IScrollViewportChanged - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IScrollViewportChanged

    Defines the method that must be implemented when scroll view port is changed.

    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public interface IScrollViewportChanged

    Methods

    OnScrollViewportChanged(Int32, Int32, Int32, Int32)

    Occurs when the scroll view port is changed.

    Declaration
    void OnScrollViewportChanged(int left, int top, int right, int bottom)
    Parameters
    Type Name Description
    System.Int32 left

    The port change in the left position.

    System.Int32 top

    The port change in the top position.

    System.Int32 right

    The port change in the right position.

    System.Int32 bottom

    The port change in the bottom position.

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