Thursday, 5 September 2013

How would you create a WPF control using the MVVM pattern?

How would you create a WPF control using the MVVM pattern?

So I'm having trobule figuring out the best way to use the MVVM pattern
while creating a WPF control dynamically within my code. Would this even
make sense or is it better to avoid the MVVM pattern all together?
If it does make sense then please share code examples of the view model.

No comments:

Post a Comment