Xaeryan
October 20th, 2002, 01:08 AM
I followed the MS code for sorting using your own method by setting a listview sorter property to my own compare class
(*** listView1.ListViewItemSorter = new MyComparer(e.Column); ***)
but I need it to go back to the default one in certain situations. How do I get back to the default?
(*** listView1.ListViewItemSorter = <default???> ***)
I made my own to sort the same way it does by default, but it runs much slower. Thanks.
(*** listView1.ListViewItemSorter = new MyComparer(e.Column); ***)
but I need it to go back to the default one in certain situations. How do I get back to the default?
(*** listView1.ListViewItemSorter = <default???> ***)
I made my own to sort the same way it does by default, but it runs much slower. Thanks.