Is there anyway to reposition childs of UITable in Execution time? I've an empty gameobject table, and in execution i use NGUITools.addchild to add a new object to the table, and every time i add a new object i call table.Reposition(), but every time i do it, the position of the table downs a little, and if i keeping adding objects and calling this method, the list goes out of the screen, any other method?