Class ListViewFooterPosition
Defines the position of the footer when IsStickyFooter is enabled.
Inheritance
System.Object
ListViewFooterPosition
Namespace: Syncfusion.Maui.ListView
Assembly: Syncfusion.Maui.ListView.dll
Syntax
public sealed class ListViewFooterPosition : Enum
Fields
Body
The FooterItem will be positioned inside the body of the ListView when the items are less than the view size.
Declaration
public const ListViewFooterPosition Body
Field Value
Type |
---|
ListViewFooterPosition |
Default
The FooterItem will be positioned at the end of the View.
Declaration
public const ListViewFooterPosition Default
Field Value
Type |
---|
ListViewFooterPosition |