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).
I was using v8.2. I think the problem is fixed from v9.2 onwards? as I tried v9.1 still have the same problem. I'm now using v9.2 which seems to work fine.
I believe its in 8.2 and 9.1 - just in a hotfix. Maybe you tried with the release versions of those.