Author Topic: Is there something like a UIGrid for collectinos of non-uniform elements?  (Read 5019 times)

appminis-mike

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 32
    • View Profile
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.

Dethanos

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 11
    • View Profile
Re: Is there something like a UIGrid for collectinos of non-uniform elements?
« Reply #1 on: February 17, 2014, 05:55:25 PM »
Is something like UITable of use?

appminis-mike

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 32
    • View Profile
Re: Is there something like a UIGrid for collectinos of non-uniform elements?
« Reply #2 on: February 17, 2014, 06:25:41 PM »
Great suggestion! That's exactly what I needed. Thanks!