Problem with CollectionView.CurrentChanged event not being fired in a WPF application
Had an interesting issue on one of our WPF applications that is using MVVM Lite. This application is a front end to upload and download folder structures to TFS. On my development PC all was working fine i.e. when we upload a new folder structure to the TFS backend the various combo’s on the download tab are also updated. However, on another test system they were not updated. After a bit of tracing we could see in both cases the RefreshData method was being called OK, and the CollectionViews recreated and bound without errors. ...