Posted 14 years ago
by Mary Fontana
-
Rudolph Technologies

Sometimes the contents of a nested dock site are not displayed.
I can reproduce the problem with your nested docksite example.
I changed your nested docksite example to allow rafting of the outer docksite's document windows.
<docking:DockSite x:Name="outerDockSite" CanDocumentWindowsRaft="True">
. . .
In this example if I float Document2 and then dock, everything is displayed in Document2 after dock.
But if I close Document1 and then float/dock Document2, the contents of Document2 are not displayed after the dock.
I can reproduce the problem with your nested docksite example.
I changed your nested docksite example to allow rafting of the outer docksite's document windows.
<docking:DockSite x:Name="outerDockSite" CanDocumentWindowsRaft="True">
. . .
In this example if I float Document2 and then dock, everything is displayed in Document2 after dock.
But if I close Document1 and then float/dock Document2, the contents of Document2 are not displayed after the dock.