IsSelected property of ViewModel bound to ListBox, Only FIRST item selection works?
问题 I have a MeetingViewModelList bound to a DataGrid . Each MeetingViewModel has a DocumentViewModelList bound to a ListBox within the DataGrid`s DataGridTemplateColumn . The IsSelected property of the DocumentViewModel is bound to the ListBox`s Item property IsSelected. I get no binding errors in the output console. The delete document button in the DocumentViewModel checks in its CanExecute Method this: private bool CanDeleteDocument() { return _isSelected; } When I select the FIRST Item in