Horizontal form layout is not supported, but you can use additional layout containers to customize the layout of individual fields. For example:
<Form>
<Form.Section>
<BoxPane>
<TextInput/>
<PushButton/>
</BoxPane>
...
On May 6, 2011, at 6:17 PM, Edvin Syse wrote:
> Form.Section elements are laid out vertically, but I'd like to have for
> example two sections side by side some places. Is it possible to control the
> layout of Form.Section somehow?
>
> -- Edvin
