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
ItemsControl
DataTemplate
I am using a much more elegant method. I use Prism 2 and datatemplates. So what I have done is this:
and in the ItemTemplate I just created a button inside!