Author Topic: How do i properly clear a UItable  (Read 2314 times)

lionelsy

  • Guest
How do i properly clear a UItable
« on: November 14, 2012, 10:39:31 AM »
I've tried to just completely remove the children of a UItable, but when i try to repopulated the table, everything is shifted out of position. is there a general way of clearing a UItable/grid?

lionelsy

  • Guest
Re: How do i properly clear a UItable
« Reply #1 on: November 14, 2012, 10:45:31 AM »
Never mind, i figured it out. For some reason when i use the Reposition function after clearing the grid it doesn't seem to reposition the grid. I tried to change the repositionNow variable to true and it worked