WindowsFormsHost is placed above the AdornerLayer?!
I′m using adorners for FrameworkElements and it has worked perfectly fine until now, when I also want adorners on windows forms controls hosted inWindowsFormsHosts. It seems like the Thanks! / Joel
I′m using adorners for FrameworkElements and it has worked perfectly fine until now, when I also want adorners on windows forms controls hosted inWindowsFormsHosts. It seems like the Thanks! / Joel
The WindowsFormsHost always appears on top of a WPF element. There are many restrictions/constraints involved with WinForms interop. For more information about these concerns, you can check out my blog post about it: http://www.infusionblogs.com/blogs/jsmith/archive/2006/07/19/661.aspx There are many other informative blog posts out there about this too.
/ Joel