Class LoadMorePosition
Defines position for the load more support of SfListView.
Inheritance
System.Object
LoadMorePosition
Namespace: Syncfusion.Maui.ListView
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public sealed class LoadMorePosition : Enum
Fields
End
Load more view will be positioned on the end of the list.
Declaration
public const LoadMorePosition End
Field Value
Type |
---|
LoadMorePosition |
Start
Load more view will be positioned on the start of the list.
Declaration
public const LoadMorePosition Start
Field Value
Type |
---|
LoadMorePosition |