(Translated by Goolge)
Hello
Can you undo splitAt ()?
Can splitAt () be programmatically changed?
MyGrid.splitAt (0) does not work
Note: I perform the configuration of the grid from XML
Thanks
(Translated by Goolge)
Hello
Can you undo splitAt ()?
Can splitAt () be programmatically changed?
MyGrid.splitAt (0) does not work
Note: I perform the configuration of the grid from XML
Thanks
Hi,
Nope, it can’t be reverted. If you need to remove split or change the split point, you need to fully reconstruct grid ( call grid.destructor(); to remove old grid and repeat grid initialization with new split value )