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 and UWP 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
ListViewSelectionMode SelectionMode 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
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 SelectedItems all platforms supported by Uno Platform
DataTemplate FooterTemplate all platforms supported by Uno Platform
object Footer all platforms supported by Uno Platform
bool IsMultiSelectCheckBoxEnabled all platforms supported by Uno Platform
bool SingleSelectionFollowsFocus 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 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 SelectionModeProperty all platforms supported by Uno Platform
DependencyProperty FooterProperty all platforms supported by Uno Platform
DependencyProperty FooterTemplateProperty all platforms supported by Uno Platform
DependencyProperty IsMultiSelectCheckBoxEnabledProperty all platforms supported by Uno Platform
DependencyProperty SingleSelectionFollowsFocusProperty all platforms supported by Uno Platform

Implemented methods

Method Supported on
void ScrollIntoView(object) Android, iOS
void ScrollIntoView(object, ScrollIntoViewAlignment) Android, iOS

Implemented events

Event Supported on
DragItemsStartingEventHandler DragItemsStarting all platforms supported by Uno Platform
ItemClickEventHandler ItemClick all platforms supported by Uno Platform
TypedEventHandler<ListViewBase, ContainerContentChangingEventArgs> ContainerContentChanging all platforms supported by Uno Platform
TypedEventHandler<ListViewBase, DragItemsCompletedEventArgs> DragItemsCompleted 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 IsSwipeEnabled all platforms supported by Uno Platform
TransitionCollection HeaderTransitions all platforms supported by Uno Platform
bool ShowsScrollingPlaceholders all platforms supported by Uno Platform
TransitionCollection FooterTransitions all platforms supported by Uno Platform
ListViewReorderMode ReorderMode all platforms supported by Uno Platform
IReadOnlyList SelectedRanges 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 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 SemanticZoomOwnerProperty all platforms supported by Uno Platform
DependencyProperty FooterTransitionsProperty all platforms supported by Uno Platform
DependencyProperty ShowsScrollingPlaceholdersProperty all platforms supported by Uno Platform
DependencyProperty ReorderModeProperty all platforms supported by Uno Platform

Not implemented methods

Method Not supported on
void ScrollIntoView(object) MacOS, WASM, Skia
void SelectAll() all platforms supported by Uno Platform
IAsyncOperation LoadMoreItemsAsync() all platforms supported by Uno Platform
void ScrollIntoView(object, ScrollIntoViewAlignment) MacOS, WASM, Skia
void SetDesiredContainerUpdateDuration(TimeSpan) all platforms supported by Uno Platform
void SelectRange(ItemIndexRange) all platforms supported by Uno Platform
void DeselectRange(ItemIndexRange) all platforms supported by Uno Platform
bool IsDragSource() all platforms supported by Uno Platform
IAsyncOperation TryStartConnectedAnimationAsync(ConnectedAnimation, object, string) all platforms supported by Uno Platform
ConnectedAnimation PrepareConnectedAnimation(string, object, string) all platforms supported by Uno Platform
void InitializeViewChange() all platforms supported by Uno Platform
void CompleteViewChange() all platforms supported by Uno Platform
void MakeVisible(SemanticZoomLocation) all platforms supported by Uno Platform
void StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation) all platforms supported by Uno Platform
void StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation) all platforms supported by Uno Platform
void CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation) all platforms supported by Uno Platform
void CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation) all platforms supported by Uno Platform

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 Friday, 03 November 2023 16:21.