I have a WPF custom control I'd like to add to a Windows Forms application. So I added a reference to the WPF assembly, created an ElementHost and set the Child property in code. Is there a way to do this with drag and drop i e without writing code? I have tried the ElementHost popup but it does not list my component. As far as I can see, it lists only WPF components that are in a project (as opposed to an external assembly).

link|improve this question

62% accept rate
feedback

1 Answer

When you will drop element host to window form it will show drop down to select the child then u can add WPF custom control wothout code.alt text

link|improve this answer
That's exacly my problem: the drop down does not list my component. – tom greene Oct 1 '09 at 20:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.