Hi Danny,
The problem is the layout type used for your RootUIElementContainer. It is a FlowLayout by default. Try switching the layout to say a GridLayout then specificy the number of colums you would like. This will allow you to to have multiple elements on the same "line".
Hope this helps,
--Greg
Add comment