[]
Specifies the layout direction for List report item.
public enum GrowDirection
| Name | Description |
|---|---|
| Column | List are laid out in a column, from top to bottom. |
| ColumnReverse | List are laid out in a column, from bottom to top. |
| Row | List are laid out in a row, from left to right. |
| RowReverse | List are laid out in a row, from right to left. |