Hiding layout panels completely

Hi, I am using a 3T layout nested within a 2U cell. I would like to completely hide the bottom two cells of the nested layout at certain times. Is there a way to do this?



Here is the layout I am using:












Hello,


unfortunately layout doesn’t provide the functionality that allows to do that.


But you can try to reload the child layout with 1C view.



workZoneLayout = new dhtmlXLayoutObject(mainLayout.cells(“b”), “3T”);

workZoneLayout.clearAll();
workZoneLayout = new dhtmlXLayoutObject(mainLayout.cells(“b”), “1C”);