Northwoods.GoWPF 2.2.4 Assembly
ExpandTree Method

Make visible each child node and the link to the child node, and perhaps recursively expand their nodes.
Syntax
Public Sub ExpandTree() 
public void ExpandTree()
Remarks

Links are assumed to go from the parent node to the children nodes, unless TreePath is set to "Source".

This will expand a tree child node only if its GetWasTreeExpanded was true.

This also calls SetIsTreeExpanded to set that attached property, and if appropriate SetWasTreeExpanded, to support data binding whether the tree is expanded.

This operation is performed within an "Expand Tree" transaction.

Requirements
See Also

Reference

Node Class
Node Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback