ItemsRepeater : FrameworkElement
Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of ItemsRepeater 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 |
|---|---|
| double VerticalCacheLength | WASM, Skia, Mobile |
| Layout Layout | WASM, Skia, Mobile |
| object ItemsSource | WASM, Skia, Mobile |
| object ItemTemplate | WASM, Skia, Mobile |
| double HorizontalCacheLength | WASM, Skia, Mobile |
| Brush Background | WASM, Skia, Mobile |
| ItemsSourceView ItemsSourceView | WASM, Skia, Mobile |
| DependencyProperty BackgroundProperty | WASM, Skia, Mobile |
| DependencyProperty HorizontalCacheLengthProperty | WASM, Skia, Mobile |
| DependencyProperty ItemTemplateProperty | WASM, Skia, Mobile |
| DependencyProperty ItemsSourceProperty | WASM, Skia, Mobile |
| DependencyProperty LayoutProperty | WASM, Skia, Mobile |
| DependencyProperty VerticalCacheLengthProperty | WASM, Skia, Mobile |
Implemented methods
| Method | Supported on |
|---|---|
| int GetElementIndex(UIElement) | WASM, Skia, Mobile |
| UIElement TryGetElement(int) | WASM, Skia, Mobile |
| UIElement GetOrCreateElement(int) | WASM, Skia, Mobile |
Implemented events
| Event | Supported on |
|---|---|
| TypedEventHandler<ItemsRepeater, ItemsRepeaterElementClearingEventArgs> ElementClearing | WASM, Skia, Mobile |
| TypedEventHandler<ItemsRepeater, ItemsRepeaterElementIndexChangedEventArgs> ElementIndexChanged | WASM, Skia, Mobile |
| TypedEventHandler<ItemsRepeater, ItemsRepeaterElementPreparedEventArgs> ElementPrepared | WASM, Skia, Mobile |
Below are all properties, methods, and events of ItemsRepeater that are not currently implemented in Uno.
Not implemented properties
| Property | Not supported on |
|---|---|
| double VerticalCacheLength | MacOS |
| Layout Layout | MacOS |
| object ItemsSource | MacOS |
| object ItemTemplate | MacOS |
| double HorizontalCacheLength | MacOS |
| Brush Background | MacOS |
| ItemsSourceView ItemsSourceView | MacOS |
| ItemCollectionTransitionProvider ItemTransitionProvider | all platforms supported by Uno Platform |
| DependencyProperty BackgroundProperty | MacOS |
| DependencyProperty HorizontalCacheLengthProperty | MacOS |
| DependencyProperty ItemTemplateProperty | MacOS |
| DependencyProperty ItemsSourceProperty | MacOS |
| DependencyProperty LayoutProperty | MacOS |
| DependencyProperty VerticalCacheLengthProperty | MacOS |
| DependencyProperty ItemTransitionProviderProperty | all platforms supported by Uno Platform |
Not implemented methods
| Method | Not supported on |
|---|---|
| int GetElementIndex(UIElement) | MacOS |
| UIElement TryGetElement(int) | MacOS |
| UIElement GetOrCreateElement(int) | MacOS |
Not implemented events
Last updated Thursday, 23 October 2025 20:52.