|
-
October 20th, 2002, 01:08 AM
#1
How to get back the default sort in listview
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|