Hi,
I am able to register the usercontrol as the toolwindow in the docksite but how to register the usercontrols as the toolwindows in the Hirarchial docksite that means docksite which is child of another docksite.
For Example my layout is like\\
<docking:Dockiste x:Name="docksite1">
<docking:Dockiste x:Name="docksite2">
</docking:Dockiste>
</docking:Dockiste>
i have two usercontrols named usercontrol1 and usercontrol2 and these should be register as the toolwindow in the docksites docksite1 and docksite2 respectively using prism itegration with docking.
I think i am using the wrong layout in the xaml as spcified above so what should be layout for the above requirement.
Means Usercontrols hosted as Toolwindows in NESTED DOCKSITES using prism itegration with docking..?
[Modified 12 years ago]