WPF MVVM two kinds, one view model

I am writing an application that should be run on two monitors, when then a small monitor displays a light version of the same information displayed on a large one.

What is the best way to implement this using the MVVM model?

I thought to create one view model and two views and set the datacontext of these views as a view model. Is this right to implement?

thank

+4
source share
1 answer

I thought to create one view model and two views and set the datacontext of these views as a view model. Is it right to implement this?

, VM , , 1 VM View DataContext , .

+1

All Articles