Class SfListViewHelper
Helper class to provide information for SfListView.
Inheritance
System.Object
SfListViewHelper
Namespace: Syncfusion.Maui.ListView.Helpers
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public static class SfListViewHelper : Object
Methods
GetScrollView(SfListView)
Helper method to get the ListViewScrollView class.
Declaration
public static ListViewScrollView GetScrollView(this SfListView listView)
Parameters
| Type | Name | Description |
|---|---|---|
| SfListView | listView | Represents the SfListView. |
Returns
| Type | Description |
|---|---|
| ListViewScrollView | Returns the scroll view. |
GetVisualContainer(SfListView)
Helper method to get the VisualContainer class.
Declaration
public static VisualContainer GetVisualContainer(this SfListView listView)
Parameters
| Type | Name | Description |
|---|---|---|
| SfListView | listView | Represents the SfListView. |
Returns
| Type | Description |
|---|---|
| VisualContainer | Returns the VisualContainer. |