Is it possible to sort on more than one column in the Win ListView? I need to sort addresses by Address number and Address Street Name, which are in different columns in the ListView.
Thanks, I'll give that a try.
The control does not intrinsically support multi-column sorting, but you can assign an IComparer implementation to the Column's SortComparer property and handle it that way.