FormDataAdvanced Properties 
cellBackgroundDesign
Display of the cell background. The default value of this property is transparent.
You can use the background colors fill1, fill2 and fill3 as separators between individual, semantically different cell contents.
colSpan
This property is used to specify how many columns the UI element is to span.
All values smaller than 1 are considered as 1.
Caution
Do not enter any more columns than actually available.
newRow
Specifies how many line breaks are to be inserted before the UI element.
Possible values are integers from 0 to n.
Example:
newRow = 0: Appends UI element in the same row
newRow = 1: Appends UI element in the next row
rowSpan
Specifies the height of a row depending on the UI element in rows [row]. Every element in the same row can have a different rowSpan.
This property changes the height of a row, and not the height of a UI element.
Note
FormLayout does not have this property; only UI elements FormTopData and FormHeadData have it.
vAlign
Vertical alignment of the UI element. The default value is top.
Value |
Description |
|---|---|
baseline |
Alignment on a common base line so that the first text row is always displayed at the same height. |
top |
Alignment on the top margin |
middle |
Vertical alignment in the middle |
bottom |
Alignment on the bottom margin |