Have a docksite 'open' by default

Docking/MDI for WPF Forum

Posted 14 years ago by Mark Middlemist
Version: 9.2.0511
Avatar
Hi All

We're currently developing an application using the wpf studio, and we would like to have some/all of the docksite 'open' by default (i.e. auto-hide off). An example of the xaml is below. If anyone could point me to the relevant property I would be extrememly grateful.

<docking:DockSite.AutoHideBottomContainers>
<docking:ToolWindowContainer x:Name="ToolContainerLeft">
<docking:ToolWindow Title="Task Manager" x:Name="ToolWindowTaskManager">
<controls:TaskManagerControl />
</docking:ToolWindow>
</docking:ToolWindowContainer>
</docking:DockSite.AutoHideBottomContainers>

Many thanks

Mark

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Mark,

You wouldn't put the ToolWindowContainer in the auto-hide containers if you want it docked. Check out our other samples as many of them show docked tool windows set up in XAML.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.