Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: iverelo on January 22, 2014, 12:58:29 PM
-
I created a table and added children but they are all on top of each other in the editor. When I run the scene everything appears fine as the elements of the table are positioned correctly. I am curious if there is a way to have the Table's reposition method run in the editor so the elements are spaced out like they will be when the scene is run.
Thanks for the help!
-
Right click on UITable/grid component in the inspector, select execute. it runs the code once and sorts them as it would on play!
-
Wow awesome! Exactly what I need thanks!