Posted 15 years ago
by Eli Gazit
-
CEO,
Softwear Suit Ltd
Hi I am using this code:
And it is opened with a blank white area with the X button on the top right corner.
When I open a document in the TabbedMDIContainer and close it, I see the image.
How can I make it that it is opened without the blank white rectangle?
Thanks
<!-- Workspace -->
<docking:Workspace BorderBrush="#898C95" BorderThickness="1">
<docking:Workspace.Background>
<ImageBrush ImageSource="/LogbiGUI;component/Resources/Images/LogbiLogo.png" />
</docking:Workspace.Background>
<docking:TabbedMdiHost>
<docking:TabbedMdiContainer x:Name="tabbedMdiHost">
</docking:TabbedMdiContainer>
</docking:TabbedMdiHost>
</docking:Workspace>
When I open a document in the TabbedMDIContainer and close it, I see the image.
How can I make it that it is opened without the blank white rectangle?
Thanks