Hi.
So I'm dynamically loading a draggable panel in script
GameObject thisObject = NGUITools.AddChild(grid.gameObject, prefab);
After I get all the objects in, I run this:
But it only works the first time. Every time I clear the list (going through each widget in the widgets list for the panel and removing them, then destroying them, then adding all the new ones, then hit the resposition again) the list goes flat (single row) where I have 2 rows set in the parameters of the grid. Any thoughts?