WPF ListView - Sorting by Nested Properties
I have recently stumbled across an issue where the WPF ListView control seems to be restricting the ability to sort its items. Specifically, I am having a great deal of trouble trying to get a SortDescription to recognise nested properties (properties of properties). For straight-forward sorting by propreties, the following line should ...