So here is our scenario:
We have a main executable (app) with docking enabled. A Left Panel and a Right panel. Each of them can be undocked and pulled out of the application.
The left panel is a no brainer it contains windows controls, etc.
The right panel has a few windows controls, and a user control that we created and also has docking enabled?
So there are a couple questions:
1. Is this scenario able to be accomplished?
2. Can we build a user control that contains docking?
3. If the user control, has a docked panel(s), can we pull those out not only from the user control but also from the main application?
I hope that makes sense. Thank you in advance for any tips, gotchas, etc.
We have a main executable (app) with docking enabled. A Left Panel and a Right panel. Each of them can be undocked and pulled out of the application.
The left panel is a no brainer it contains windows controls, etc.
The right panel has a few windows controls, and a user control that we created and also has docking enabled?
So there are a couple questions:
1. Is this scenario able to be accomplished?
2. Can we build a user control that contains docking?
3. If the user control, has a docked panel(s), can we pull those out not only from the user control but also from the main application?
I hope that makes sense. Thank you in advance for any tips, gotchas, etc.