I am trying to use the MVVM pattern for the first time. So I have an ItemsControl
filled with my viewmodel objects, displayed using DataTemplate
\'s; th
The ViewModel should be disconnected from the GUI, so it doesn't know anything about controls or mouseclicks.
Two options: