How would we go about implementing a maximize button or functionality on a Toolwindow of the DockingManager?
The reason is the wish to use more than one monitor.
The ToolWindow doesn't support being maximized. I'm not sure what maximizing has to do with multiple monitors though. When used in a windows application (i.e. non-xbap) then the floating windows are hosted in top level windows so they can be dragged to different monitors. When used in an xbap then the floating windows have to be children of the browser window.
First of all, we are developing a windows application (non-xbap).
When a window is dragged to a second monitor, it would be nice to be able to fill the entire surface of that second monitor.
The standard behaviour of Toolwindows is to maximize on double click on the title bar. Why does the ToolWindowHostWindow not support the same functionality?