menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridScrollView

    An scrollable element that represents to process the bi-directional scrolling in Android.

    Inheritance
    System.Object
    Syncfusion.Maui.Core.Internals.DataGridScrollViewExt
    DataGridScrollView
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridScrollView : DataGridScrollViewExt, IPullToRefresh

    Constructors

    DataGridScrollView(VisualContainer)

    ToDo

    Declaration
    public DataGridScrollView(VisualContainer visualContainer)
    Parameters
    Type Name Description
    VisualContainer visualContainer

    Properties

    CanCustomizeContentLayout

    Declaration
    public bool CanCustomizeContentLayout { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    CanHandleGesture(Object)

    Method called to obtain whether the refresh view or chldren should handle the gesture.

    Declaration
    public bool CanHandleGesture(object pullToRefresh)
    Parameters
    Type Name Description
    System.Object pullToRefresh
    Returns
    Type
    System.Boolean

    GetPullableContentTopPosition()

    Get the top-start position of the refresh indicator in SfPullToRefresh

    Declaration
    public double GetPullableContentTopPosition()
    Returns
    Type
    System.Double

    OnPropertyChanged(String)

    ToDo

    Declaration
    protected override void OnPropertyChanged(string propertyName = "")
    Parameters
    Type Name Description
    System.String propertyName

    Pulling(Double, Object, out Boolean)

    Method called when pulling the refresh view.

    Declaration
    public void Pulling(double progress, object pullToRefresh, out bool cancel)
    Parameters
    Type Name Description
    System.Double progress
    System.Object pullToRefresh
    System.Boolean cancel

    PullingCancelled(Object)

    Method called when the pulling action is cancelled in the refresh view.

    Declaration
    public void PullingCancelled(object pullToRefresh)
    Parameters
    Type Name Description
    System.Object pullToRefresh

    Refreshed(Object)

    Method called when refresh indicator is refreshed in the refresh view.

    Declaration
    public void Refreshed(object pullToRefresh)
    Parameters
    Type Name Description
    System.Object pullToRefresh

    Refreshing(Object)

    Method called when refresh indicator is being refreshed in the refresh view.

    Declaration
    public void Refreshing(object pullToRefresh)
    Parameters
    Type Name Description
    System.Object pullToRefresh
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved