Menu

Tag Archives: Listview

Zebra-Striping your Windows Forms ListView
“Zebra-Striping” is the name for a common technique for reports or long lists of items where each row is given a colour distinct from those [...]
An Extension to the GenericListViewSorter class
As I posted previously here, Sorting a Listview can be something of a pain in the butt. In that article, I covered some basics on providing a class that [...]
The Windows ListView: Sorting
Anybody who has used windows is probably familiar with the ListView control. It is used in Windows Explorer; it is even used for the desktop. Heck, the [...]