<FlowLayout>
The following attributes can be defined for the <FlowLayout>
element:
Attribute | Description |
---|---|
direction | Direction in which the elements flow. The order of the elements corresponds to their declaration. Possible values:
|
background | Defines the background color.
This setting overwrites the default color of the color scheme!
Possible values:
|
enabled | Activates the layout
Possible values: |
fontFamily | Defines the font family.
Possible values:
|
fontSize | Defines the font size.
Possible values:
|
fontStretch | Sets the width of the single characters.
This attribute overrides the default width of the characters of the Web App for this layout.
Possible values:
|
fontStyle | Defines the font style.
This attribute overrides the default style of the characters of the Web App for this layout.
Possible values:
|
fontWeight | Defines the font weight.
This attribute overrides the default font weight of the Web App for this layout.
Possible values:
|
foreground | Defines a color for the foreground (texts etc.) of the layout.
Possible values:
|
textOverflow | Defines what happens if the layout is full. Possible values:
|
visible | Defines if the layout is visible.
Possible values: |
If direction="vertical"
, the elements are arranged one above the other from top to bottom. A scroll bar appears if the elements are higher than the layout.