Hi there,
Does any body know how to make label text and input text in the same line in the Views -> Layout.
I've created one Label and one Input Text. Everytime I choose Insert Child from the context menu under Outline view -> RootUIElementContainer, it's always insert into a new line.
Thanks in advance for any explanation.
Cheers,
Danny
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 a comment