
Hi,
I am trying to implement column sorting on a flattened tree list view. I have captured the column clicks, set the column's sort direction (which as far as I can tell is just GUI manipulation), and implemented a custom IComparer on my underlying observable collection's default ICollectionView, and called it's refresh method (and confirmed that the sorting is working as desired by inspecting the ICollectionView's internal list). I can't determine why my view doesn't follow suit.
Thanks,
D'Arcy
[Modified 6 years ago]