Reputation: 34198
I have c# winform application and one WPF user control. How i can add groupbox(which is in winform) controls my wpf usercontrol?
Upvotes: 2
Views: 1586
Reputation: 47570
Add ElementHost control to the groupbox and add WPF usercontrol in the ElementHost.
See here and here for good articles.
Upvotes: 2