

| Name | Value | Description | |||
| exDefault | 0 | The first child node and its sibling nodes are arranged vertically. | |||
| exHorizontally | 1 | The first child node and its sibling nodes are arranged horizontally. | |||
| exTree | 2 | Aligns the child nodes as a tree, so each node is indented relative to its parent. |
The exDefault arrangement looks like follows:


The exHorizontally arrangement looks like follows:

The exTree arrangement looks like follows:

