| ExpandDirection Enumeration |
Namespace: Kettic.AspNet.Controls
| Member name | Value | Description | |
|---|---|---|---|
| Auto | 0 | The direction is determined by parent's ItemFlow and level. | |
| Up | 1 | Child items open above their parent. | |
| Down | 2 | Child items open below their parent. | |
| Left | 3 | Child items open from the left side of their parent. | |
| Right | 4 | Child items open from the right side of their parent. |
When set to Auto the direction is determined by the following rules
Note:
If there is not enough room for the child items to open the expand direction is inverted. For example Right becomes Left, Down becomes Up and vice versa.