ObjectListView icon indicating copy to clipboard operation
ObjectListView copied to clipboard

Sorting and filtering on FastObjectListView using LargeIcon style

Open rrirower opened this issue 4 years ago • 1 comments
trafficstars

It seems like sorting and filtering only work on non-icon view styles of the listview. Is this correct?

rrirower avatar Nov 20 '21 16:11 rrirower

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.

thracx avatar Jan 06 '22 13:01 thracx