TreeView.

ExpandSubTree(TreeViewItem) Method

Summary

Expands the specified TreeViewItem all descendent TreeViewItems.
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