Binding Selected RowCount to TextBlock not Firing OnPropertyChanged after DataGrid Scroll
问题 All, I have recently had a problem where the visuals of a DataGrid were not updating when the selected rows were scrolled (WPF DataGrid Column Becoming Corrupt when using Multi-Selection) which was solved using the method in the linked answer. I have a TextBlock in a StatusBar and I bind this to an IsSelected property to the required ViewModel. I thought that a solution to the question above would also solve the fact that the selected row count was not being updated correctly; that is, it