Is there a way to sort a listview by what is checked? Whenever you do
sorting, it always only uses the data in the column. I'd like to sort by
what is checked so those are always at the top of the list, and then by
column data.
Thanks
Jon
Stoitcho Goutsev (100) - 19 Jan 2007 16:16 GMT
Jon,
You can create your own comparer and sort the items as you want. Look at the
ListView.ListViewItemSorter property.

Signature
HTH
Stoitcho Goutsev (100)
> Is there a way to sort a listview by what is checked? Whenever you do
> sorting, it always only uses the data in the column. I'd like to sort by
[quoted text clipped - 3 lines]
> Thanks
> Jon