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

group blob list by date #2

Open
adamfoneil opened this issue Mar 10, 2021 · 1 comment
Open

group blob list by date #2

adamfoneil opened this issue Mar 10, 2021 · 1 comment

Comments

@adamfoneil
Copy link
Owner

In the list view showing recent blob names, group them by date for easier selection. Having a date grouping helps jog your memory about what the images are. Since the names are meaningless, having a date divider helps orient you in the image list.

@adamfoneil
Copy link
Owner Author

adamfoneil commented Mar 10, 2021

ListView Groups do not seem to work. I can find others reporting this symptom

https://social.msdn.microsoft.com/Forums/windows/en-US/3dd4f8af-5a30-4f8f-8741-cf255d7ad79b/listview-is-not-showing-groups

One suggestion I see says to use Application.EnableVisualStyles() but I'm already doing that.

And yes I have ShowGroups = true

I considered Component Owl's but I don't think it's cost-justified.

I think the only practical alternative is to use a TreeView + ListView combo, where the TreeView provides the grouping. But I don't like what this will do to the layout overall.

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

1 participant