ListViewBase : Selector
Implemented for: all platforms supported by Uno Platform
This document lists all properties, methods, and events of ListViewBase
that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
In addition, ListViewBase
has Uno-specific documentation here.
Implemented properties
Property | Supported on |
---|---|
bool SingleSelectionFollowsFocus | all platforms supported by Uno Platform |
ListViewSelectionMode SelectionMode | all platforms supported by Uno Platform |
bool IsMultiSelectCheckBoxEnabled | all platforms supported by Uno Platform |
bool IsItemClickEnabled | all platforms supported by Uno Platform |
IncrementalLoadingTrigger IncrementalLoadingTrigger | all platforms supported by Uno Platform |
double IncrementalLoadingThreshold | all platforms supported by Uno Platform |
DataTemplate HeaderTemplate | all platforms supported by Uno Platform |
object Header | all platforms supported by Uno Platform |
DataTemplate FooterTemplate | all platforms supported by Uno Platform |
object Footer | all platforms supported by Uno Platform |
double DataFetchSize | all platforms supported by Uno Platform |
bool CanReorderItems | all platforms supported by Uno Platform |
bool CanDragItems | all platforms supported by Uno Platform |
IList | all platforms supported by Uno Platform |
DependencyProperty CanDragItemsProperty | all platforms supported by Uno Platform |
DependencyProperty CanReorderItemsProperty | all platforms supported by Uno Platform |
DependencyProperty DataFetchSizeProperty | all platforms supported by Uno Platform |
DependencyProperty FooterProperty | all platforms supported by Uno Platform |
DependencyProperty FooterTemplateProperty | all platforms supported by Uno Platform |
DependencyProperty HeaderProperty | all platforms supported by Uno Platform |
DependencyProperty HeaderTemplateProperty | all platforms supported by Uno Platform |
DependencyProperty IncrementalLoadingThresholdProperty | all platforms supported by Uno Platform |
DependencyProperty IncrementalLoadingTriggerProperty | all platforms supported by Uno Platform |
DependencyProperty IsItemClickEnabledProperty | all platforms supported by Uno Platform |
DependencyProperty IsMultiSelectCheckBoxEnabledProperty | all platforms supported by Uno Platform |
DependencyProperty SelectionModeProperty | all platforms supported by Uno Platform |
DependencyProperty SingleSelectionFollowsFocusProperty | all platforms supported by Uno Platform |
Implemented methods
Method | Supported on |
---|---|
void ScrollIntoView(object) | Mobile, WASM, Skia |
void ScrollIntoView(object, ScrollIntoViewAlignment) | Mobile, WASM, Skia |
Implemented events
Event | Supported on |
---|---|
TypedEventHandler<ListViewBase, ContainerContentChangingEventArgs> ContainerContentChanging | all platforms supported by Uno Platform |
TypedEventHandler<ListViewBase, DragItemsCompletedEventArgs> DragItemsCompleted | all platforms supported by Uno Platform |
DragItemsStartingEventHandler DragItemsStarting | all platforms supported by Uno Platform |
ItemClickEventHandler ItemClick | all platforms supported by Uno Platform |
Below are all properties, methods, and events of ListViewBase
that are not currently implemented in Uno.
Not implemented properties
Property | Not supported on |
---|---|
bool ShowsScrollingPlaceholders | all platforms supported by Uno Platform |
ListViewReorderMode ReorderMode | all platforms supported by Uno Platform |
bool IsSwipeEnabled | all platforms supported by Uno Platform |
TransitionCollection HeaderTransitions | all platforms supported by Uno Platform |
TransitionCollection FooterTransitions | all platforms supported by Uno Platform |
IReadOnlyList |
all platforms supported by Uno Platform |
SemanticZoom SemanticZoomOwner | all platforms supported by Uno Platform |
bool IsZoomedInView | all platforms supported by Uno Platform |
bool IsActiveView | all platforms supported by Uno Platform |
DependencyProperty FooterTransitionsProperty | all platforms supported by Uno Platform |
DependencyProperty HeaderTransitionsProperty | all platforms supported by Uno Platform |
DependencyProperty IsActiveViewProperty | all platforms supported by Uno Platform |
DependencyProperty IsSwipeEnabledProperty | all platforms supported by Uno Platform |
DependencyProperty IsZoomedInViewProperty | all platforms supported by Uno Platform |
DependencyProperty ReorderModeProperty | all platforms supported by Uno Platform |
DependencyProperty SemanticZoomOwnerProperty | all platforms supported by Uno Platform |
DependencyProperty ShowsScrollingPlaceholdersProperty | all platforms supported by Uno Platform |
Not implemented methods
Not implemented events
Event | Not supported on |
---|---|
TypedEventHandler<ListViewBase, ChoosingGroupHeaderContainerEventArgs> ChoosingGroupHeaderContainer | all platforms supported by Uno Platform |
TypedEventHandler<ListViewBase, ChoosingItemContainerEventArgs> ChoosingItemContainer | all platforms supported by Uno Platform |
Last updated Tuesday, 14 May 2024 19:55.