[ static enum ] Layout

Class: List.

Description:

Layouts that can be used to display list items.

Type: number

Properties:

Name Description

Vertical

Items are arranged in a single vertical column.

VerticalWrap

Items flow vertically and wrap into additional columns if needed.

HorizontalWrap

Items flow horizontally and wrap into additional rows if needed.

Examples:

list.layout(List.Layout.VerticalWrap);