I have a requirement to integrate a WPF control into an existing Windows Forms app. The simple and easiest way to do this would be to create an ElementHost cont
ElementHost
The essence of MVVM is binding. Since you do not have that in Windows Forms, I am afraid you cannot use MVVM in there.