
Hi,
I want to display a toolwindow besides an tabbed mdi area. The toolwindow has a fixed size.
If i start the application i see a toolwindow and besides that a larger empty area before the mdi area starts???
Do I need to set a different width to tell the splitcontainer to move?
I want to display a toolwindow besides an tabbed mdi area. The toolwindow has a fixed size.
If i start the application i see a toolwindow and besides that a larger empty area before the mdi area starts???
Do I need to set a different width to tell the splitcontainer to move?
<docking:DockSite Name="MainDockSite" >
<docking:SplitContainer >
<docking:ToolWindowContainer Width="60" HorizontalAlignment="Left">
<docking:ToolWindow>
</docking:ToolWindow>
</docking:ToolWindowContainer>
<docking:Workspace Margin="10,0,0,0">
<docking:TabbedMdiHost x:Name="MDIPresentationsWindow" >
<docking:TabbedMdiContainer Name="MDITabContainer">
</docking:TabbedMdiContainer>
</docking:TabbedMdiHost>
</docking:Workspace>
<docking:SplitContainer >