[ static enum ] Layout
Class: List.
Description:
Layouts that can be used to display list items.
Type: number
Properties:
| Name | Description |
|---|---|
|
Items are arranged in a single vertical column. |
|
Items flow vertically and wrap into additional columns if needed. |
|
Items flow horizontally and wrap into additional rows if needed. |
Examples:
list.layout(List.Layout.VerticalWrap);
