Northwoods.GoWPF 2.2.4 Assembly
CollapseTree Method

Make not visible each child node and the link connecting with the child node, and recursively collapse each child node.
Syntax
Public Sub CollapseTree() 
public void CollapseTree()
Remarks

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

This also calls SetIsTreeExpanded to set that attached property, and SetWasTreeExpanded to remember whether a tree child node had been expanded, to support data binding the state of the tree node.

This operation is performed within a "Collapse Tree" transaction.

Requirements
See Also

Reference

Node Class
Node Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback