views:

184

answers:

1

In order to define column sorting the SortMemberPath can be used. But how can I define that this column shall be sorted descending?

A: 

I am not sure this will help but you may want to look at the CollectionViewSource Class. There is a SortDescriptions property where the sort order can be set. Take a look at this post for some sample code.

DaveB