J
Joe
I have a ListView with a custom ListViewItemSorter assigned. After I add all
the items I assign the sorter and everything is sorted fine. This works the
way I want.
Now I want the user to be able to move items within the ListView but they're
always resorted. If I try and set ListView.ListViewItemSorter = null then
the items are no longer sorted in the original order.
Any ideas how to work around this?
-Joe
the items I assign the sorter and everything is sorted fine. This works the
way I want.
Now I want the user to be able to move items within the ListView but they're
always resorted. If I try and set ListView.ListViewItemSorter = null then
the items are no longer sorted in the original order.
Any ideas how to work around this?
-Joe