Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
xamDockManager in ElementHost
posted

Hi,

I have a Winform based project that contains some controls implemented in WPF. In my Winform host control, I have an ElementHost which hosts a WPF control. The WPF control uses a XamDockManager to arrange its subcontrols into a tab group.

The problem I've got is at run time, when I set one of the tab to be floating, the tab can only be moved within the area of the ElementHost, and being cut off at the edges of the ElementHost. Is there a way to remove this constraint and make it behave like a floating window that can be dragged across the screen?

Thanks,

Tess