Hi all , I have listview with custom sort and filter implemented on it...It is textbox based filter , as user types in, items in the listview are filtered. Now...when i apply sort on listview, filter is very slow because each time custom sort compare method is called for each item in listview while filtering... how I can avoid compare method call of custom sort while filtering ?
|
|
|||||
|
|
|
You can sort the list before setting it into the ListView, it may be less convenient but I think that's the only way to avoid resorting when you change filter |
||
|
