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 further information please visit the section
Example
XML
<FlowLayout>
<Label value="Label"/>
<Label value="1"/>
<Label value="true"/>
</FlowLayout>

Beispiel fließendes Layout