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