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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: