Northwoods.GoSilverlight 1.2.2 Assembly
TreeCompaction Enumeration
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace : TreeCompaction Enumeration

This enumeration specifies how closely packed the children of a node should be.

Syntax

Visual Basic (Declaration) 
Public Enum TreeCompaction 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum TreeCompaction : System.Enum, IComparableIConvertibleIFormattable  

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

Requirements

See Also

© 2010 All Rights Reserved.