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

Parents
  • Follow on question - as an alternate way I think I can achieve what I need if I can iterate over all the columns in a collection, but I'm not sure how to do that

    In my component I pass a collection, and the collection can have a variable amount of columns. I saw the Container(Property iteration) however I'm not sure how to use that to iterate over all columns in a collection - any hints on that?

    Thanks

    Kin

Reply
  • Follow on question - as an alternate way I think I can achieve what I need if I can iterate over all the columns in a collection, but I'm not sure how to do that

    In my component I pass a collection, and the collection can have a variable amount of columns. I saw the Container(Property iteration) however I'm not sure how to use that to iterate over all columns in a collection - any hints on that?

    Thanks

    Kin

Children
No Data