you want to show each according to combobox selection?
First of all you need to asure that all the panes are not within other panes (that you want to manipulate). You can see that in the treeview of the designer.
Second. even when one is on top of the other, by playing with the visible property it will react accordingly.
2 Pane above each other does not seem to work. I have tried
- put both panels on Main
- a Pane1 on Main and Pane2 on Pane 1
Both do not work.
Since the TableView (below) saves information from Pan1 and Pane2, etc., I can not take multiple layouts without saving the data from Tableview and re-reading it.
Do not have a right solution at the moment.