Type | Description | |||
ArrangeSiblingEnum | An ArrangeSiblingEnum expression that indicates whether the first child node and its siblings nodes are arranged vertically or horizontally. |
For instance, in the above screen shot, the Item 1 has its child nodes as a tree, so the ArrangeSiblingNodesAs for this node is exTree. The Child 7, displays horizontally, its child nodes from left to right, so its ArrangeSiblingNodesAs property is exHorizontally, and the Child 16 arranges its child nodes vertically from top to bottom, so its ArrangeSiblingNodesAs property is exDefault.
The following screen shot shows how the child nodes are arranged when the ArrangeSiblingNodesAs property is exDefault ( see the child nodes for the "Item 1" node ) :
The following screen shot shows how the child nodes are arranged when the ArrangeSiblingNodesAs property is exHorizontally ( see the child nodes for the "Item 1" node ) :