Index | Quick Start » |
Better ListView is a WinForms control written from scratch entirely in C#. It has been designed to completely replace the regular .NET list view control, and it comes with many additional features, improvements and better native look and feel (including Aero support).
Compatible with: Visual Studio 2010, 2008, 2005 (and newer), with full designer support.
For C#, Visual Basic .NET (VB.NET), managed C++, and other CLI languages.
Compatible with .NET 4, .NET 3.5, .NET 3, .NET 2, and newer.
Runs on Windows 7, Vista, 2003, XP, 2000, and newer, both 32-bit and 64-bit.
More features (see the comparison below).
Fixed all bugs and quirks of the regular .NET ListView.
Minimum learning needed (similar naming conventions, etc).
Single DLL file with simple XCOPY deployment, royalty-free.
Great native look and feel (including Aero support).
Because Better ListView is written entirely from scratch in pure managed code, it adds functionality hardly achievable by just wrapping the regular ListView control. Such features include hierarchical items, image thumbnails, data binding, multi-line items ... and more!
The Better ListView source code consists of a single C# project without any external dependencies, it is clean, readable, fully commented and readily extensible.
You can save time with many of the inbuilt features (sorting, item reordering).
Extra Features
Better ListView | Better ListView Express | Regular .NET ListView | |
Data binding | ● | ● | × |
Automatic sizing of items | ● | ● | × |
Background image with transparency | ● | ● | × |
Embedded controls | ● | ● | × |
Serialization to XML and binary | ● | ● | × |
Inbuilt sorting | ● | ● | × |
Automatic tooltips on items | ● | ● | × |
Read-only mode | ● | ● | × |
Hierarchical items | ● | × | × |
Column reordering | ● | × | × |
Item reordering | ● | × | × |
Text on empty list | ● | × | × |
Multi-line items | ● | × | × |
Thumbnails view, customizable image shadows and borders | ● | × | × |
Multi-column sorting | ● | × | × |
Text formatting (trimming, ellipsis, line breaks) | ● | × | × |
Three state checkboxes | ● | × | × |
Separate context menus for items, columns and groups | ● | × | × |
Alphanumeric sorting support | ● | × | × |
Separate context menus on columns, items and groups | ● | × | × |
Automatic tooltips on columns and groups | ● | × | × |
Custom tooltips | ● | × | × |
Saving and loading Better ListView content | ● | × | × |
Individual columns can be hidden | ● | × | × |
Combined items | ● | × | × |
Non-selectable items | ● | × | × |
Improved Features
Better ListView | Better ListView Express | Regular .NET ListView | |
Custom label edit (combos, date/time, ...), sub-item label edit | ● | ● | × |
Flicker-free | ● | ● | × |
Check boxes in all views | ● | ● | × |
Detailed hit test | ● | ● | × |
Images supported on columns, groups, items, sub-items | ● | ● | × |
Drag and drop: with effects, cross-application item dragging | ● | ● | × |
Multiple tooltips attachable everywhere | ● | ● | × |
Owner drawing with full control | ● | ● | × |
Searching by typing: explorer-like behaviour, customizable | ● | ● | × |
Full native theme support (modern look on Windows Vista/7) | ● | ● | × |
Groups: focusable, preserve item order | ● | ● | × |
Groups: collapsible | ● | × | × |
Column headers in all views | ● | × | × |
Customizable item/column/group sizes and paddings in every view | ● | × | × |
Check boxes can be hidden on individual items | ● | × | × |
Dropped Features
Better ListView | Better ListView Express | Regular .NET ListView | |
Accessibility support | × | × | ● |
Item arrangement | × | × | ● |
Hot tracking | × | × | ● |
RTL support | × | × | ● |
State image list | × | × | ● |
Virtual mode | × | × | ● |
Index | Quick Start » |
Better ListView Express Documentation | Copyright © ComponentOwl.com |