I have a ListView ItemsSource bound to an ObservableCollection. I added a property via MVVM to track the ListView.SelectedItem. A button was added to my ListView (via GridViewColumn.CellTemplate) to create a button command which displays data regarding each object in my ObservableCollection. So the list of objects in my ObservableCollection (ListView column 1) is shown in the ListView with a corresponding button (ListView column 2).I have a ListView ItemsSource bound to an Obser