ObjectListView
ObjectListView copied to clipboard
Sorting and filtering on FastObjectListView using LargeIcon style
trafficstars
It seems like sorting and filtering only work on non-icon view styles of the listview. Is this correct?
I have not used LargeIcon style, but I would presume there is a way to get it working. It might require using a different class than FastObjectListView (such as ObjectListView), or maybe don't use CustomSorter and instead implement IVirtualListDataSource.SortObjects. In a pinch, you could also implement a sort/filter on your data before adding it to the list if your data model is simple enough for that hackery.