Hi,
How to register the usercontrols inside the main shell with the help of the PrismIntegration.Some of these usercontrols can be simple controls that are fixed and some of these usercontrols will be registered as the toolwindow so that we can dock the one toolwindow inside the other tool window.
ForExample : I have four usercontrols (Usercontrol1,Usercntrol2,Usercontrol3,Usercntrol4) and i wants to display all these usercontrols vertically one above the other in the main shell and the Usercontrol1 should be the registered as the toolwindow and Usercontrol2 should be the fixed control that shoul be registerd in the ContentControl and Usercontrol3 should be registed as the toolwindow and the Usercontrol4 should be fixed and that should bee registered inside the ContentControl.
And also I should be able to dock the UserControl1(Act as the toolwindow) inside the Usercontrol3(Act as the tool window.) and the Usercontrol2 and theUsercontrol4 should be fixed.