The GroupSettings class exposes the ExpandDirection
property. By setting this property for a particular item, you define the
expanding direction of the item's children. The possible values are Auto
(default), which is determined by the flow of the parent group, Up,
Down, Left, and Right.
The default Auto value will expand child items:
-
downward, if the parent group is horizontal;
-
to the right, if the parent group is vertical.