Summary
Expands the specified
TreeViewItem
all descendent TreeViewItem
s.
- Namespace
- Avalonia
.Controls - Containing Type
- TreeView
Syntax
public void ExpandSubTree(TreeViewItem item)
Parameters
Name | Type | Description |
---|---|---|
item | TreeViewItem | The item to expand. |
Return Value
Type | Description |
---|---|
void |