You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
It seems like sorting and filtering only work on non-icon view styles of the listview. Is this correct?
The text was updated successfully, but these errors were encountered: