0

I have a WindowsFormsHost Control over which I have placed a button. However, I am unable to click the button. I ensured that the button's IsEnabled property is set to True. Any help is appreciated.

Lucifer
  • 2,317
  • 9
  • 43
  • 67
  • see http://stackoverflow.com/questions/6087835/can-i-overlay-a-wpf-window-on-top-of-another/6452940#6452940 – Dan Busha Jun 04 '12 at 16:33

1 Answers1

0

This is known as the 'airspace' issue. WindowsFormsHost controls will always be rendered over WPF controls. Supposedly this will be fixed in a future release according to this article.

Dan Busha
  • 3,723
  • 28
  • 36