Share via


TreeView.Collapse(TreeViewNode) Method

Definition

Collapses the specified node in the tree.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeView.Collapse (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public void Collapse(TreeViewNode value);

Parameters

value
TreeViewNode

The tree node to collapse.

Applies to