ContentControl : Control
Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of ContentControl
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 |
---|---|
TransitionCollection ContentTransitions | WASM, Skia, Mobile |
DataTemplateSelector ContentTemplateSelector | WASM, Skia, Mobile |
DataTemplate ContentTemplate | WASM, Skia, Mobile |
object Content | WASM, Skia, Mobile |
UIElement ContentTemplateRoot | WASM, Skia |
DependencyProperty ContentProperty | WASM, Skia, Mobile |
DependencyProperty ContentTemplateProperty | WASM, Skia, Mobile |
DependencyProperty ContentTemplateSelectorProperty | WASM, Skia, Mobile |
DependencyProperty ContentTransitionsProperty | WASM, Skia, Mobile |
Implemented methods
Method | Supported on |
---|---|
void OnContentChanged(object, object) | WASM, Skia, Mobile |
void OnContentTemplateChanged(DataTemplate, DataTemplate) | WASM, Skia, Mobile |
void OnContentTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) | WASM, Skia, Mobile |
Below are all properties, methods, and events of ContentControl
that are not currently implemented in Uno.
Not implemented properties
Property | Not supported on |
---|---|
TransitionCollection ContentTransitions | MacOS |
DataTemplateSelector ContentTemplateSelector | MacOS |
DataTemplate ContentTemplate | MacOS |
object Content | MacOS |
UIElement ContentTemplateRoot | Android, iOS, macOS, tvOS |
DependencyProperty ContentProperty | MacOS |
DependencyProperty ContentTemplateProperty | MacOS |
DependencyProperty ContentTemplateSelectorProperty | MacOS |
DependencyProperty ContentTransitionsProperty | MacOS |
Not implemented methods
Method | Not supported on |
---|---|
void OnContentChanged(object, object) | MacOS |
void OnContentTemplateChanged(DataTemplate, DataTemplate) | MacOS |
void OnContentTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector) | MacOS |
Last updated Monday, 14 April 2025 02:07.