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).
|
feedback
|
|
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. | |||
|
feedback
|
