cancel
Showing results for 
Search instead for 
Did you mean: 

Make same line between Label and Input Text in Views

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

gregory_hawkins1
Employee
Employee
0 Kudos

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

gregory_hawkins1
Employee
Employee
0 Kudos

Hi again Danny,

     I should have added this before.

     To change the layout type:

     First edit your view and select the layout tab of the view. The elements in the view should then be displayed in the outline box on the lower left hand of the screen. Select the RootUIElementContainer node then choose the properties tab in the lower right hand pane. The layout is one of the properties on the list.

     Hope this helps,

         --Greg