This enumeration defines values used to control in which direction a container will place its children during layout.
Column | Vertical layout. |
ColumnReverse | Vertical layout in reverse order. |
Row | Horizontal layout. |
RowReverse | Horizontal layout in reverse order. |