0
kicks
Extending C# Listview with Collapsible Groups (Part I)
I needed a Listview control with collapsible groups for a Winforms project (ugh). This was my solutions - easy to implement, easy to modify, and not dependent on third-party libraries.