Posted 16 years ago
by Frank
We have a simple test app with a DockControl and a TabMdi and a Toolwindow:
(xaml)
<docking:DockSite Name="dockSite1">
<docking:SplitContainer Orientation="Horizontal">
<docking:ToolWindowContainer>
<docking:ToolWindow Title="Tool Window 2.1" />
</docking:ToolWindowContainer>
<docking:Workspace>
<docking:TabbedMdiHost x:Name="tabbedMdiHost" />
</docking:Workspace>
</docking:SplitContainer>
</docking:DockSite>
1) How can i set the width of the Toolwindow in xaml?
2) the user can resize the the toolbar with the splitter. Hwo can i save the layout and load when the app is closed and restarted?
Frank
(i am new with the WPFStudio and did not find this info in samples nor documentation)
(xaml)
<docking:DockSite Name="dockSite1">
<docking:SplitContainer Orientation="Horizontal">
<docking:ToolWindowContainer>
<docking:ToolWindow Title="Tool Window 2.1" />
</docking:ToolWindowContainer>
<docking:Workspace>
<docking:TabbedMdiHost x:Name="tabbedMdiHost" />
</docking:Workspace>
</docking:SplitContainer>
</docking:DockSite>
1) How can i set the width of the Toolwindow in xaml?
2) the user can resize the the toolbar with the splitter. Hwo can i save the layout and load when the app is closed and restarted?
Frank
(i am new with the WPFStudio and did not find this info in samples nor documentation)