Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

HorizontalLayout

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 left position attribute (the default one), they will be added from left to right. However, if you add them using the right position 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.

Clone this wiki locally