Hi all,
For some unknown reason my ListViewItemSorter fails to sort my listviewitems after introducting groups.
When adding items to the ListView I am calling Begin and End update as well as setting ShowGroups to true and false (before and after) but it makes no difference what so ever.
When I click on a column header to sort, it calls my IComparer with the listviewitems to compare but doesn't accept the return value.
Has anyone got any idea why?
Regards