is it possible to remove a panel via scripting?
-
Is it possible to Content.removePanel"..., just as you can Content.addPanel("... ?
-
@ulrik no but you can hide it. You can only remove a control by using the interface designer .
-
@d-healey Ok, I see, thank you!