cancel
Showing results for 
Search instead for 
Did you mean: 

Start position of 2nd column in GridLayout

Former Member
0 Kudos

I have a gridlayout with 2 columns. Within the Gridlayout I have two transparent containers. The view is split nicely into 2 columns, but I want the second column to start halfway across the view (regardless of what is in column 1). Can I set a starting point for each column.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi gareth......

what you can do is.....

for teh column 1 you can mention the width.... so that it does not exceed beyond that.... and column 2 would begin at the end of column 1. try this out.

---regards,

alex b justin

Former Member
0 Kudos

Alex,

Thanks very much for your quick reply. This doesn't seem to work. I have tried all sorts of different settings, but it seems that it is dependant on the contenst of column 1 and column 2 starts where the longest data for column 1 ends.

Do you know if cell spacing can be entered that does not take effect for the left most cell?

Former Member
0 Kudos

hi gareth.....

since you dont have a scrolling option... it happens like that....

what you can do is......

in your first column have an empty container and give the width and enable scrolling for it.... then insert the field inside it.

the same for the second column too.

it will work.

---regards,

alex b justin