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
source
share