GoLayoutTreeSorting Enumeration
In This Topic
This enumeration specifies whether to sort the children of a node,
and in what order to position them.
Syntax
Members
Member | Description |
Ascending | Lay out each child according to the sort order given by GoLayoutTreeNode.Comparer. |
Descending | Lay out each child in reverse sort order given by GoLayoutTreeNode.Comparer. |
Forwards |
Lay out each child in the order in which they were found.
|
Reverse |
Lay out each child in reverse order from which they were found.
|
See Also