You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
David Peicho edited this page Sep 8, 2017
·
1 revision
Introduction
HorizontalLayout allows you to add element ones beside the others. If you add them using the leftposition attribute (the default one), they will be added from left to right. However, if you add them using the rightposition attribute, they will be added from right to left.
There will be no examples provided, as you can use this layout exactly in the same way you can use VerticalLayout. If you want to see some examples, take a look at the vertical layout page.