From: Mattia B. <mb...@ds...> - 2002-10-15 16:54:26
|
> while I'm being dense, If I read the documentation for > wxListCtrl::SortItems correctly, I can only sort on the data for the > list items? So how would I make a listview that's sorted on the 3rd > column's data, besides using SetItemData to make sure the data's equal > to the 3rd column? use SetItemData to associate each item with some external data that you use for sorting. HTH Mattia |