Hi,
I have a DocumentWindow with a WPF view containg a WinformsHost with one WinForms Usercontrol
I also have one ToolWindow.
They work well together until I try to set the ToolWindow in AutoHide. Then it isn't possible to see the tool window any more because the WinForms Usercontrol is always on top of the tool window.
Is there a way to get this to work?