Items inside a list in a vertical position

0
I have UI like in a image. I want to display text A over text B and next to them I want to place a button. I thought using a layoutgrid in a list like this will work out but the results are not what I expected. As a result I got text A above Text B and button at the bottom. I want those list items vertically. How can I achieve what I want to achieve? Studio pro version that I use is 10.6.2.
asked
1 answers
0

Hi  Jay,

 

Use Layout Grid with Width. Do not use Auto width.

Say you manually set width of Layout grid to 6 and 6 (2 columns) then your desired UI will be achieved.  I have attached below screenshots for easy reference. Please check and provide your commens if it is not working.

 

 

image.png

 

image.png

 

 

 

answered