Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top