Hallo,
I have Winforms Application.
I created WPF-UserControl.
I'm trying to add this WPF-UserControl (per elementHost) to one of RadElement in my Winforms Form.
It could be RadPanelElement or my custom class extending RadElement.
Is it possible, and if it is possible how can i add, place WPF-UserControl on RadElement?
Or how can i prepare my custom radElement which will show WPF-UserControl?