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
Hi, has anyone got a similar problem before? any suggestion is greatly appreciated.
Thanks!
What version of the controls are you using? I know in older versions we used to host the floating windows in the adorner layer when not hosted within a WPF window but I thought that was changed in later releases (e.g. 8.2 and later).