ItemsControl : Control
Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of ItemsControl
that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
Implemented properties
Property |
Supported on |
object ItemsSource |
WASM, Skia, Mobile |
ItemsPanelTemplate ItemsPanel |
WASM, Skia, Mobile |
DataTemplateSelector ItemTemplateSelector |
WASM, Skia, Mobile |
DataTemplate ItemTemplate |
WASM, Skia, Mobile |
StyleSelector ItemContainerStyleSelector |
WASM, Skia, Mobile |
Style ItemContainerStyle |
WASM, Skia, Mobile |
string DisplayMemberPath |
WASM, Skia, Mobile |
IObservableVector GroupStyle |
WASM, Skia, Mobile |
bool IsGrouping |
WASM, Skia, Mobile |
ItemCollection Items |
WASM, Skia, Mobile |
Panel ItemsPanelRoot |
WASM, Skia, Mobile |
DependencyProperty DisplayMemberPathProperty |
WASM, Skia, Mobile |
DependencyProperty IsGroupingProperty |
WASM, Skia, Mobile |
DependencyProperty ItemContainerStyleProperty |
WASM, Skia, Mobile |
DependencyProperty ItemContainerStyleSelectorProperty |
WASM, Skia, Mobile |
DependencyProperty ItemTemplateProperty |
WASM, Skia, Mobile |
DependencyProperty ItemTemplateSelectorProperty |
WASM, Skia, Mobile |
DependencyProperty ItemsPanelProperty |
WASM, Skia, Mobile |
DependencyProperty ItemsSourceProperty |
WASM, Skia, Mobile |
Implemented methods
Method |
Supported on |
bool IsItemItsOwnContainerOverride(object) |
WASM, Skia, Mobile |
DependencyObject GetContainerForItemOverride() |
WASM, Skia, Mobile |
void ClearContainerForItemOverride(DependencyObject, object) |
WASM, Skia, Mobile |
void PrepareContainerForItemOverride(DependencyObject, object) |
WASM, Skia, Mobile |
void OnItemsChanged(object) |
WASM, Skia, Mobile |
void OnItemContainerStyleChanged(Style, Style) |
WASM, Skia, Mobile |
void OnItemContainerStyleSelectorChanged(StyleSelector, StyleSelector) |
WASM, Skia, Mobile |
void OnItemTemplateChanged(DataTemplate, DataTemplate) |
WASM, Skia, Mobile |
void OnItemTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) |
WASM, Skia, Mobile |
object ItemFromContainer(DependencyObject) |
WASM, Skia, Mobile |
DependencyObject ContainerFromItem(object) |
WASM, Skia, Mobile |
int IndexFromContainer(DependencyObject) |
WASM, Skia, Mobile |
DependencyObject ContainerFromIndex(int) |
WASM, Skia, Mobile |
ItemsControl GetItemsOwner(DependencyObject) |
WASM, Skia, Mobile |
ItemsControl ItemsControlFromItemContainer(DependencyObject) |
WASM, Skia, Mobile |
Below are all properties, methods, and events of ItemsControl
that are not currently implemented in Uno.
Not implemented properties
Not implemented methods
Last updated Monday, 14 April 2025 02:07.