Hi,
I'm having some trouble with a ScrollView i'm creating. I'm having the user fill in some text and settings in a Panel. When the user taps on Done, it then instantiates a prefab in the Timeline. The user is able to fill in as much text as he wants to so for instance the height of a Timeline item can be 500 pixels or 800 depending how much text is filled in. So how do I add this prefab to a Grid or UITable with the variable height? I'm guessing I need to use a UITable, but how does that exactly work when adding the items dynamically and resizing the widget height?