Namespace Syncfusion.Maui.ListView
Classes
AutoFitMode
Defines the AutoFit mode for SfListView. |
AutoScroller
The AutoScroller class contains the auto scroll information of SfListView when drag and drop is enabled. |
CachingStrategy
Specifies caching strategies of data templates when re-using listview items. |
DragAction
Specifies the item drag action for the SfListView. |
DragDropController
It contains Drag and Drop related operations. |
DragIndicatorView
To display the drag indicator in the SfListView item for perform drag and drop operation. |
DragItemView
To display the dragging item by provided drag and drop template. |
DragStartMode
Specifies the drag start option for the SfListView. |
GridLayout
Arrange the items in a Grid structure with the specified number of columns. It supports both vertical and horizontal orientation. |
GroupExpandCollapseChangedEventArgs
Provides data for the GroupExpanded and GroupCollapsed events. |
GroupExpandCollapseChangingEventArgs
Provides data for the GroupExpanding and GroupCollapsing events. |
ItemAppearingEventArgs
Provides data for the ItemAppearing event. |
ItemDisappearingEventArgs
Provides data for the ItemDisappearing event. |
ItemDoubleTappedEventArgs
Provides data for the ItemDoubleTapped event. |
ItemDraggingEventArgs
The ItemDragging event provides information related to item drag and drop operations. |
ItemLongPressEventArgs
Provides data for the ItemLongPress event. |
ItemRightTappedEventArgs
Provides data for the ItemRightTapped event. |
ItemSelectionChangedEventArgs
Provides data for the SelectionChanged event. |
ItemSelectionChangingEventArgs
Provides data for the SelectionChanging event. |
ItemsGenerator
Generates the ListViewItem instances in the SfListView control. |
ItemsSourceChangeCachingStrategy
Specifies caching strategies of listview items when ItemsSource gets changed at runtime. |
ItemTappedEventArgs
Provides data for the ItemTapped event. |
ItemType
Item type for the ListViewItemInfoBase. |
LinearLayout
LinearLayout is display the items in vertical and horizontal. |
ListViewFooterItem
Represents the footer item of data in the SfListView control. |
ListViewFooterPosition
Defines the position of the footer when IsStickyFooter is enabled. |
ListViewGroupHeaderItem
Represents the group header item in a SfListView control. |
ListViewHeaderItem
Represents the header item of data in the SfListView control. |
ListViewItem
Represents the item of data in the SfListView control. |
ListViewItemInfo
Provides information for linear view item for LinearLayout. |
ListViewItemInfoBase
Provides information for ListViewItem. |
ListViewLayout
Defines the base for the layouts. |
ListViewLoadedEventArgs
Provides data for the Loaded event. |
ListViewLoadMoreIndicator
A loading indicator which will be displayed when loading more items into the list view is in progress. (i.e., When IsLazyLoading property is true.) |
ListViewLoadMoreItem
Represents the load more item in a SfListView control. |
ListViewScrollState
Defines the different scroll states for SfListView. |
ListViewScrollView
Represents a customized Microsoft.Maui.Controls.ScrollView. |
LoadMoreOption
Defines option for the load more support of SfListView. |
LoadMorePosition
Defines position for the load more support of SfListView. |
QueryItemSizeEventArgs
Provides data for the QueryItemSize event. |
ResetSwipeEventArgs
Provides data for the SwipeReset event. |
ScrollStateChangedEventArgs
Provides data for the ScrollStateChanged event. |
SelectionController
A class that handles the selection related processes and events. |
SelectionMode
Defines constants that specify the selections supported by the SfListView control. |
SfListView
SfListView control renders a set of data items with different layouts and orientations. Data can be grouped, sorted, and filtered with ease. |
SfListViewStyles
Dictionary for theming the listView control. |
SwipeEndedEventArgs
Provides data for the SwipeEnded event. |
SwipeStartingEventArgs
Provides data for the SwipeStarting event, which is raised when swipe offset is changed from its initial value. |
SwipingEventArgs
Provides data for the Swiping event, which is raised when user begins swiping an item. |
TouchGesture
Describes the possible values of touch operation. These values are used when updating selection in the SfListView control. |
VisualContainer
A scrollable visual container that holds the item elements. Handles the arrange and measure logics of all elements. |