GoXam for WPF v3
TreeCompaction Enumeration
Northwoods.GoXam.Layout Namespace : TreeCompaction Enumeration
This enumeration specifies how closely packed the children of a node should be.
Syntax
public enum TreeCompaction : System.Enum 
Members
MemberDescription
Block A simple fitting of subtrees. This mode produces more compact trees -- often nicer looking too. Nodes will not overlap each other, unless you have negative values for some of the spacing properties. However it is possible when the links are orthogonally styled that occasionally the subtrees will be placed so close together that some links may overlap the links or even the nodes of other subtrees.
None Only simple placement of children next to each other, as determined by their subtree breadth. For any node, there will not be another node at any depth occupying the same breadth position, unless there are multiple rows. In other words, if there is no breadth limit resulting in multiple rows, with this compaction mode it is as if every node were infinitely deep.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.TreeCompaction

See Also

Reference

Northwoods.GoXam.Layout Namespace