Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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.
-
Is something like UITable of use?
-
Great suggestion! That's exactly what I needed. Thanks!