Hello,

I have a winForm application that host a WPF user control. For that I am using the ElementHost-class to add the WPF-Control into my winForm. The wpf control has the dock style fill, so that it covers the whole client area of the winForm. The problem is that my winForm application doesn't receive any mouse/keyboard events anymore. How can I tell the wpfControl to route all events to its parent container???

Thanks in advance....