Establishing a layout then hiding a panel completely

Maybe this has already been answered but I could not find it. I’m probably searching with the wrong words.

I would like to create a layout and then hide one of it’s panels completely. I know currently you can minimize the panel but I want it completely hidden leaving the remaining panels intact.

Is this possible?

Hello
It is possible by using views:
dhtmlx.com/docs/products/dht … views.html
Create common 1C layout and do 2 views: your default layout and the one with hidden cell.

Thank you. I will try this suggestion.