DZone can't read your mind. Tell us what you like! Login and vote now.
By bloid
via codeproject.com
Submitted: Jul 05 2008 / 03:04
I had some data that I needed to display in a listview. The data was represented by images, and sorted into groups. Since there could be dozens (hundreds?) of images, I thought it would be useful to be able to jump to any group using buttons (1 button per group). Unfortunately, scrolling to a group is not something that the .NET ListView control supports out of the box.
Add your comment