Hi,
How to Maintain the Regions inside the Toolwindow while in Floated State of that toolwindow.
Suppose my layout is like
<docking:DockSite Grid.Row="0" x:Name="Docksite1">
<docking:ToolWindowContainer>
<docking:ToolWindow CanAutoHide="False"x:Name="ToolWindow1" HasOptions="False">
<docking:DockSite Background="#6682b0" x:Name="Docksite2">
<docking:Workspace>
As in the above Layout this Docksite1 and Docksite2 are the Docksite regions and these are also displaying in my RegionManager.Regions but when i float the Toolwindow1 and its not Displaying the Docksite region named Docksite2 in my RegionManager.Regions.
That means Docksite Regions inside the Toolwindow are not mainted in the floated state of that toolwindow.
So How to Maintain the Regions inside the Toolwindow while in Floated State of that toolwindow ?