Hi
after quiet some time I finally found the problem why my ListView control isn't sorted despite the sorting:
As soon as I add groups to the listview and assign them to the listviewitems (which are added after the groups are added),
the ListView doesn't respect the insert method, it behaves as if I would use add instead.
Immediately after setting
lstvw_HistoryEps.ShowGroups = False
the order of the listviewitems is correct.
Does somebody know whats going on here?
after quiet some time I finally found the problem why my ListView control isn't sorted despite the sorting:
As soon as I add groups to the listview and assign them to the listviewitems (which are added after the groups are added),
the ListView doesn't respect the insert method, it behaves as if I would use add instead.
Immediately after setting
lstvw_HistoryEps.ShowGroups = False
the order of the listviewitems is correct.
Does somebody know whats going on here?