Skip to main content

List

This view allows you to display several views in vertical succession, one after the other. It could be thought of as the vertical version of a Composite... without the wrapping behaviour (because it's already vertical!).

JSON Format

{
"type": "list",
"id": ...,
"type": ...,
"margin_left": ...,
"margin_right": ...,
"margin_top": ...,
"margin_bottom": ...,
"is_visible": ...,
"validation_message": ...,
"subviews": ...,
"padding": ...,
"padding_left": ...,
"padding_right": ...,
"padding_top": ...,
"padding_bottom": ...,
"alignment": ...
}

Fields

FieldTypeRequiredDescription
alignmentCompositeRPGViewAlignmentOptional. Defaults to start. How to (horizontally) align the items in the list.