Skip to main content

Column element

Level: beginner

Use the Column element to arrange page content vertically.

View the example of a configuration object that arranges page content vertically below.

Example of a configuration object that arranges page content vertically
{
"type": "crt.Column",
"scrollable": true,
"items": [
...
],
"padding": {
"left": "medium"
}
}

string type

Element type. crt.Column for the Column element.


boolean scrollable

A flag that determines whether to scroll element data. By default, false.

Available values

true

Scrolling is enabled. Mobile Creatio lets applies scrolling when the Column element has nested Freedom UI Mobile components.

false

Scrolling is disabled.


array of objects items

The array of nested Freedom UI Mobile components.

Parameters

value

The name of attribute from the viewModelConfig schema section.

type

Type of nested component.


object padding

The container padding settings. The property can apply a single value to all sides or provide a specific value for each side of nested components.

Available values

none

Zero padding.

small

Small padding.

medium

Medium padding.

large

Large padding.