Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: appminis-mike on February 17, 2014, 05:45:17 PM

Title: Is there something like a UIGrid for collectinos of non-uniform elements?
Post by: appminis-mike on February 17, 2014, 05:45:17 PM
I have a vertical scroll view that I am populating with elements that are different heights. I was about to add code to dynamically position these elements within their parent container, which would be the child of the scroll view, but it occurred to me to ask if there was something like a UIGrid that can handle elements of different sizes. Does something like this exist? Or is positioning the items manually the only option?

Thank you.
Title: Re: Is there something like a UIGrid for collectinos of non-uniform elements?
Post by: Dethanos on February 17, 2014, 05:55:25 PM
Is something like UITable of use?
Title: Re: Is there something like a UIGrid for collectinos of non-uniform elements?
Post by: appminis-mike on February 17, 2014, 06:25:41 PM
Great suggestion! That's exactly what I needed. Thanks!