This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

v8 - WebDesigner container iteration layoutpanel

Hi Experts,

I have a custom collection with just one property which is editable by the user (via a textbox). There can be a variable number of objects in this collection, lets say there are 20

What I would like is to display these textboxes in a grid format (5 columns by 4 rows). However, when I use layout panel and a container iteration within it to iterate over all the objects, it shows all the text boxes in one column. I defined rows and columns on the layout panel but no matter what I try, all textboxes are shown in one single column.

Is there any way to do this?

Thanks

Kin