Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>All projects suffer creeping featurism. Things that start simple and elegant end up as the "before" image in a weight-loss ad. This control has grown considerably since it was first written. If you want to do something with a ListView, this control probably has some code to help you do it. For those in a hurry, this control has the following major features:</p> <ol> <li>It easily transforms a collection of model objects in a fully functional ListView, including automatically sorting and grouping.</li> <li>It can easily edit the values shown in the ListView. It supports tri-state check-boxes (on, off, indeterminate), even in virtual mode, and on subitems.</li> <li>It supports heavily customisable tool tips for both cells and column headers.</li> <li>It can trivially produce nice reports from the ListView.</li> <li>It supports all ListView views (report, tile, large and small icons).</li> <li>It supports owner drawing, including rendering animated GIFs.</li> <li>Its columns can be fixed-width or limited to a minimum/maximum.</li> <li>It shows a highly customisable "list is empty" message when the list is empty (obviously).</li> <li>Its row height can be explicitly set.</li> <li>It supports user selection of visible columns by right clicking on the header.</li> <li>It supports columns that automatically resize to fill any unoccupied width.</li> <li>It supports hot tracking, with text font/color changes and with decorations.</li> <li>It supports image and text overlays, as well as arbitrary overlays (the personal information box) and decorations (the love hearts).</li> <li>It has extensive support for drag and drop.</li> <li>It supports hyperlinks in cells.</li> <li>It supports column headers being styled (normal, hot and pressed states), plus having images and even vertical text.</li> <li>It supports many group formatting options, including collapsible groups. Groups can be shown on virtual lists!</li> <li>It has a version (TreeListView) which combines a tree structure with the columns of a ListView.</li> <li>It has a version (VirtualObjectListView) that supports millions of rows. It has a version (FastObjectListView) that can build a list of 100,000 objects in less than 0.1 seconds.</li> <li>It has a version (DataListView) that supports data binding, and another (FastDataListView) that supports data binding on large (100,000+) data sets.</li> <li>It makes implementing your own virtual list simple through the IVirtualListDataSource interface. 22.It supports filtering, including showing and highlighting rows that match a given string (including regex and prefix match).</li> <li>It supports animations on a cell, row or the whole list. [v2.4]</li> <li>It supports Excel-style filtering. [v2.5]</li> <li>And much more...</li> </ol> <p>Read more at its <a href="http://objectlistview.sourceforge.net/cs/index.html#ixzz1kSjSbSil" rel="nofollow">own website, hosted by SourceForge</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload