menu

MAUI

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

    Show / Hide Table of Contents

    Class ListViewScrollView

    Represents a customized Microsoft.Maui.Controls.ScrollView.

    Inheritance
    System.Object
    Syncfusion.Maui.Core.Internals.ListViewScrollViewExt
    ListViewScrollView
    Namespace: Syncfusion.Maui.ListView
    Assembly: Syncfusion.Maui.ListView.dll
    Syntax
    public class ListViewScrollView : ListViewScrollViewExt

    Constructors

    ListViewScrollView()

    Initializes a new instance of the ListViewScrollView class.

    Declaration
    public ListViewScrollView()

    Methods

    MeasureOverride(Double, Double)

    Measures the ListViewScrollView.

    Declaration
    protected override Size MeasureOverride(double widthConstraint, double heightConstraint)
    Parameters
    Type Name Description
    System.Double widthConstraint

    The width.

    System.Double heightConstraint

    The height.

    Returns
    Type Description
    Microsoft.Maui.Graphics.Size

    It returns the required size for the scrollview.

    OnHandlerChanged()

    Raised when handler gets changed.

    Declaration
    protected override void OnHandlerChanged()

    OnPropertyChanged(String)

    Raised when ListViewScrollView property changes.

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

    Name of the property.

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