ObjectListView is a C# wrapper around a .NET ListView. It makes the ListView much easier to use and teaches it some neat new tricks. Larry Wall, the author of Perl, once wrote that the three essential ...
ObjectListView is a full implementation of IBindingListView. See the demo code and tests for examples of how to use it. In general, just create your list, create an ObjectListView for that list, and ...