Analyzed 11 months ago
ObjectListView is a C# wrapper for a .NET ListView control. It makes the ListView control much easier to use, as well as providing a swath of new/improved functionality:
* Easily transforms a collection of model objects in a fully functional ListView, including sorting and grouping.
* Has
... [More]
various flavours of controls: TreeListView which combines a tree structure with the columns of a ListView; a FastObjectListView that can build a list of 10,000 objects in less than 0.1 seconds; a DataObjectListView that supports data binding.
* Supports editing cell values.
* Provides sophisticate drag and drop support
* Supports image and text overlays
* Supports owner drawing
* Automatically produces reports from the ListView
After using an ObjectListView, you will never got back to a plain ListView. [Less]