Expand Method (WPFTreeView)
Class
WPFTreeView
.
Action
Expands the specified item.
Syntax
C#
treeView
.
Expand
(
item
)
VB
treeView
.
Expand
(
item
)
Variable
Description
item
The item to expand.
ItemPath
.