I have a tilegrid which which when initially loaded shouldn't allow reordering. When a button is clicked reordering should then be allowed. I've tried calling:
after the tiles have loaded, but it appears to not do anything. Does some additional method need to be called? Redraw doesn't seem to do it.
Code:
setCanReorderTiles(true)
Comment