Skip to main content
Skip table of contents

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

XML
<FlowLayout>
	<Label value="Label"/>
	<Label value="1"/>
	<Label value="true"/>
</FlowLayout>
Example Flow Layout

JavaScript errors detected

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

If this problem persists, please contact our support.