Are there any disadvantages to hosting a Windows Forms Control in a WPF Application?
My first thought is that performance might be hurt a little bit. Also, there is the air gap issue between the forms control and the wpf application.
|
Are there any disadvantages to hosting a Windows Forms Control in a WPF Application? My first thought is that performance might be hurt a little bit. Also, there is the air gap issue between the forms control and the wpf application.
| |||
|
feedback
|
|
What JeffN825 wrote + there are also some graphical glitches as well (especially when resizing). | |||||||
feedback
|
|
My experience:
In general though, I've hosted entire Winforms applications in a WPF Browser Application with success. | ||||
|
feedback
|