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 ...
A DataView-like sorting and filtering view of a collection of arbitrary objects. This is intended primarily for use in .NET WinForms applications with DataGridViews. It allows you to bind a list of ...