Flow Layout
For more information on the available attributes, see Flow Layout.With a flow layout, the elements are arranged automatically. The individual elements flow freely across the page, similar to text. This layout is very suitable for web applications that should be easily recognizable even on very small screens.
The <FlowLayout>
element creates a flow layout.

For more information on the available attributes, see Flow Layout.
Example
<FlowLayout>
<Label value="Label"/>
<Label value="1"/>
<Label value="true"/>
</FlowLayout>
