Class SfListViewHelper
Helper class to provide information for SfListView.
Inheritance
System.Object
SfListViewHelper
Namespace: Syncfusion.ListView.XForms.Control.Helpers
Assembly: Syncfusion.SfListView.XForms.dll
Syntax
public static class SfListViewHelper : Object
Methods
GetScrollView(SfListView)
Helper method to get the ExtendedScrollView class.
Declaration
public static ExtendedScrollView GetScrollView(this SfListView listView)
Parameters
Type | Name | Description |
---|---|---|
SfListView | listView | Represents the SfListView. |
Returns
Type | Description |
---|---|
ExtendedScrollView | 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. |