Hi,
Is there a way to Show/ hide a Pane programmatically without affecting the layout?
Hello,
Currently there is no way to hide a pane except for removing it from the layout.
We have a backlog item to add something like hidden property to the content pane so that you can hide it without removing it from the layout. Unfortunately, we are not planning to work on this in the near future.
I would like to know what is your concern about removing the pane from the layout?
Sincerely,Diyan DimitrovSenior Software Developer
I needed a way to toggle the show and hide panes on a button Click . So was looking for a direct and easy way to do it instead of affecting layout each time