Hi there ,
Well the thing is that i've got a scrollable panel implemented via UIScrollView and UIGrid. I also have a script adding instantiated elements ( buttons ) to the grid. Before adding new set of elements i remove current elements with UIGrid::RemoveChild method and then destroy removed elements. Once new elements are added , i call UIGrid::Reposition method.
The problem is that there are weird gaps left in grid once new elements are added...
Any tips are greatly appreciated.
Thanks!^^