GoXam for WPF v3
DoLayout Method (TreeLayout)
Northwoods.GoXam.Layout Namespace > TreeLayout Class : DoLayout Method
Position all nodes that do not have an assigned Northwoods.GoXam.Node.Location in the manner of a simple rectangular array.
Syntax
public override void DoLayout( 
   IEnumerable<Node> nodes,
   IEnumerable<Link> links
)

Parameters

nodes
links
Remarks
You can override this method to do whatever node positioning and link routing that you wish.
See Also

Reference

TreeLayout Class
TreeLayout Members