I am using Composite WPF (Prism)
I need docking host to be like visual studio 2010 meaning that I can dock a view/ContentPane into any area, and undock it, when undocked I need that view to be able to maximize (added item in header of ContentPane to maximize), that to support multi monitors so I can detach a view/ContentPane and maximize it in another monitor (like visual studio 2010).
Or better, what I need is a tabbed control like in google chrome, meaning that the workspace can contain many tabs, each tab will contain a docking host to dock views, when I drag a tab out it is detached from the main workspace forming a separate window so I can drag it to separate monitor.
mabed said:1. there is no maximize button (if it is doable please tell me how to configure the pane to add that functioality
mabed said: 2. when minimizing the host all panes are minimized, i need to handle it separately as a separate window
There are 2 issues:
1. there is no maximize button (if it is doable please tell me how to configure the pane to add that functioality.
2. when minimizing the host all panes are minimized, i need to handle it separately as a separate window
thank you
XamDockManager reproduces the functionality of VS and supports the ability to drag panes into a floating position and that floating window may be dragged to any monitor although currently it does not support the ability to maximize that window.