It appears WindowsFormsHost control is set to display on top. Is there any way to change its z-order to allow other WPF controls on the same window to be visible on top of the WindowsFormsHost control?
A:
Unfortunately no, because of the way the winformshost in composted into a WPF window it must appear on top.
See the z-order paragraph here.
Martin Harris
2010-08-24 11:51:49