TreeView : Control
Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of TreeView
that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
To better understand how TreeView
works, you can use the Uno Gallery or run your own tests on the Uno Playground.
Implemented properties
Implemented methods
Method | Supported on |
---|---|
void Expand(TreeViewNode) | WASM, Skia, Mobile |
void Collapse(TreeViewNode) | WASM, Skia, Mobile |
void SelectAll() | WASM, Skia, Mobile |
TreeViewNode NodeFromContainer(DependencyObject) | WASM, Skia, Mobile |
DependencyObject ContainerFromNode(TreeViewNode) | WASM, Skia, Mobile |
object ItemFromContainer(DependencyObject) | WASM, Skia, Mobile |
DependencyObject ContainerFromItem(object) | WASM, Skia, Mobile |
Implemented events
Event | Supported on |
---|---|
TypedEventHandler<TreeView, TreeViewCollapsedEventArgs> Collapsed | WASM, Skia, Mobile |
TypedEventHandler<TreeView, TreeViewExpandingEventArgs> Expanding | WASM, Skia, Mobile |
TypedEventHandler<TreeView, TreeViewItemInvokedEventArgs> ItemInvoked | WASM, Skia, Mobile |
TypedEventHandler<TreeView, TreeViewDragItemsCompletedEventArgs> DragItemsCompleted | WASM, Skia, Mobile |
TypedEventHandler<TreeView, TreeViewDragItemsStartingEventArgs> DragItemsStarting | WASM, Skia, Mobile |
TypedEventHandler<TreeView, TreeViewSelectionChangedEventArgs> SelectionChanged | WASM, Skia, Mobile |
Below are all properties, methods, and events of TreeView
that are not currently implemented in Uno.
Not implemented properties
Not implemented methods
Method | Not supported on |
---|---|
void Expand(TreeViewNode) | MacOS |
void Collapse(TreeViewNode) | MacOS |
void SelectAll() | MacOS |
TreeViewNode NodeFromContainer(DependencyObject) | MacOS |
DependencyObject ContainerFromNode(TreeViewNode) | MacOS |
object ItemFromContainer(DependencyObject) | MacOS |
DependencyObject ContainerFromItem(object) | MacOS |
Not implemented events
Last updated Monday, 14 April 2025 02:07.