Skip to main content
Skip table of contents

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

Beispiel fließendes Layout

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.