Namespace Syncfusion.ListView.XForms
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. |
| DragAction
Defines the item drag option for SfListView. |
| DragDropController
It contains the drag and drop related operations. |
| DragIndicatorView
To display the drag indicator in the SfListView item for perform drag and drop operation. |
| DragStartMode
Defines the drag start option for SfListView. |
| ExtendedScrollView
Represents a customized Xamarin.Forms.ScrollView. |
| FooterItem
Represents the footer item of data in the SfListView control. |
| FooterPosition
Defines the position of the footer when IsStickyFooter is enabled. |
| 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. |
| GroupExpandCollapseChangedEventHandler
Represents the method that will handle the GroupExpanded and GroupCollapsed events. |
| GroupExpandCollapseChangingEventArgs
Provides data for the GroupExpanding and GroupCollapsing events. |
| GroupExpandCollapseChangingEventHandler
Represents the method that will handle the GroupExpanding and GroupCollapsing events. |
| GroupHeaderItem
Represents the group header item in a SfListView control. |
| HeaderItem
Represents the header item of data in the SfListView control. |
| ItemAppearingEventArgs
Provides data for the ItemAppearing event. |
| ItemAppearingEventHandler
Represents the method that will handle the ItemAppearingEventArgs event in SfListView. |
| ItemDisappearingEventArgs
Provides data for the ItemDisappearing event. |
| ItemDisappearingEventHandler
Represents the method that will handle the ItemDisappearingEventArgs event in SfListView. |
| ItemDoubleTappedEventArgs
Provides data for the ItemDoubleTapped event. |
| ItemDoubleTappedEventHandler
Represents the method that will handle the ItemDoubleTapped event in SfListView. |
| ItemDraggingEventArgs
Provides item drag and drop related information for the ItemDragging event. |
| ItemDraggingEventHandler
Represents the method that will handle the ItemDragging event in SfListView. |
| ItemGenerator
Generates the ListViewItem instances in the SfListView control. |
| ItemHoldingEventArgs
Provides data for the ItemHold event. |
| ItemHoldingEventHandler
Represents the method that will handle the ItemHold event in SfListView. |
| ItemSelectionChangedEventArgs
Provides data for the SelectionChanged event. |
| ItemSelectionChangedEventHandler
Represents the method that will handle the SelectionChanged event in SfListView. |
| ItemSelectionChangingEventArgs
Provides data for the SelectionChanging event. |
| ItemSelectionChangingEventHandler
Represents the method that will handle the SelectionChanging event in SfListView. |
| ItemsSourceChangeCachingStrategy
Specifies caching strategies of listview items when ItemsSource gets changed at runtime. |
| ItemTappedEventArgs
Provides data for the ItemTapped event. |
| ItemTappedEventHandler
Represents the method that will handle the ItemTapped event in SfListView. |
| ItemType
Item type for the ListViewItemInfoBase. |
| LayoutBase
Defines the base for the layouts. |
| LinearLayout
LinearLayout is display the items in vertical and horizontal. |
| ListViewCachingStrategy
Specifies caching strategies of data templates when re-using listview items. |
| ListViewItem
Represents the item of data in the SfListView control. |
| ListViewItemInfo
Provides information for item info for LinearLayout. |
| ListViewItemInfoBase
Provides information for ListViewItem. |
| ListViewLoadedEventArgs
Provides data for the Loaded event. |
| ListViewLoadedEventHandler
Represents the method that will handle the Loaded event in SfListView. |
| ListViewResourceManager
Represents the resource manager class for the SfListView control. |
| LoadMoreIndicator
A loading indicator which will be displayed when loading more items into the list view is in progress. (i.e., When IsBusy property is true.) |
| LoadMoreItem
Represents the load more item in a SfListView control. |
| LoadMoreOption
Defines option for the load more support of SfListView. |
| LoadMorePosition
Defines position for the load more support of SfListView. |
| Orientation
Orientation for SfListView. |
| QueryItemSizeEventArgs
Provides data for the QueryItemSize event. |
| QueryItemSizeEventHandler
Represents the method that will handle the QueryItemSize event in SfListView. |
| ResetSwipeEventArgs
Provides data for the SwipeReset event. |
| ResetSwipeEventHandler
Represents the method that will handle the SwipeResetevent. |
| ScrollState
Defines the different scroll states for SfListView. |
| ScrollStateChangedEventArgs
Provides data for the ScrollStateChanged event. |
| ScrollStateChangedEventHandler
Represents the method that will handle the ScrollStateChanged event in SfListView. |
| ScrollToPosition
Defines the position in the view of the row index when ScrollToRowIndex(Int32, ScrollToPosition, Boolean) is performed. |
| 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 list view control. |
| SwipeController
Handles the swiping interaction and related operations. |
| SwipeDirection
Defines constants that specify the swipe directions. |
| SwipeEndedEventArgs
Provides data for the SwipeEnded event. |
| SwipeEndedEventHandler
Represents the method that will handle the SwipeEnded event in SfListView. |
| SwipeStartedEventArgs
Provides data for the SwipeStarted event. |
| SwipeStartedEventHandler
Represents the method that will handle the SwipeStarted event in SfListView. |
| SwipeView
Represents the swipe view in the SfListView control. |
| SwipingEventArgs
Provides data for the Swiping event. |
| SwipingEventHandler
Represents the method that will handle the Swiping event in SfListView. |
| 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. |
Interfaces
| IMeasureSize
Defines methods that must be implemented to measure the dimensions of a view. |
| IVisibility
Define property for visibility. |