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.