Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting and filtering on FastObjectListView using LargeIcon style #11

Open
rrirower opened this issue Nov 20, 2021 · 1 comment
Open

Comments

@rrirower
Copy link

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

@thracx
Copy link

thracx commented Jan 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants