Hi is it possible to still dynamically add and remove dockables one i drop the splitdockgrid as a tree?
Because i’ve tried playing around and what i observed is that I can still remove the dockables but i can’t seem to add back because its seems to me that once i do station.dropTree(grid.toTree()) the layout is fixed.
Currently what im trying to do is to set a default layout using split dock station. Each grid will be a stackdockstation (since stations are also dockables), and i will add and remove dockables to the stackdockstation now and then. Is there anyway around this?
Or do i have to use Common, which uses MultipleCDockables? which requires a factory
Thanks! (: