132 lines
14 KiB
Plaintext
132 lines
14 KiB
Plaintext
|
|
<div class="features-page">
|
||
|
|
<ul class="common">
|
||
|
|
<li>Better ListView is a <strong>list view control for .NET Windows Forms</strong> (C#, VB.net) with full Visual Studio support.</li>
|
||
|
|
<li>Designed as a replacement for the regular .NET list view control.</li>
|
||
|
|
<li>Better ListView has <strong>more features and flexibility</strong>, always uses the <strong>current system theme</strong> (including <strong>Aero</strong> support), and <strong>removes limitations</strong> of the regular .NET list view control.</li>
|
||
|
|
<li><strong>Minimum learning needed</strong>. Better ListView can be used just like the regular list view.</li>
|
||
|
|
<li>Written in <strong>pure managed C# code</strong>. It is fast, <strong>light-weight</strong> and optimized for 100k+ items.</li>
|
||
|
|
<li>Easy royalty-free deployment. Single DLL file that has just 180kB when compressed.</li>
|
||
|
|
<li>Tested in the real world by thousands of users</li>
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/7/Overview Collage_original_1298555587.png?1298555587" alt="" /></div>
|
||
|
|
|
||
|
|
<h2>Extra features summary</h2>
|
||
|
|
Better ListView is fast and flicker-free, has better drag & drop and item reordering support, better column headers, inbuilt sorting, multi-column sorting, better images support, context menus for column headers and items, embedded controls for editing support, automatic and custom sizing of items and images, thumbnails view, richer event data, item text formatting, XML serialization, data-binding, owner-drawing options, better tooltips, powerful hit-test, improved usability, and more.
|
||
|
|
|
||
|
|
<% testimonial :author => "DevProConnections.com Review" do -%>
|
||
|
|
The control is <b>very easy and intuitive to use and is well documented</b>.
|
||
|
|
<% end -%>
|
||
|
|
<h3>Double-buffered and flicker free</h3>
|
||
|
|
Simply put, Better ListView is smooth. Regular listview requires multiple anti-flicker techniques, but you do not have to worry about that with Better ListView. Better ListView is optimized for 100k+ items.
|
||
|
|
<h3>Column header images</h3>
|
||
|
|
You can use images in column headers. Custom image sizes are supported.
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/8/Column Header Images_original_1298624101.png?1298624101" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>Sub-item images</h3>
|
||
|
|
You can set images to list view sub-items. Regular list view allows you to set only one image per list view item, but Better ListView can show image for every sub-item (in every column).
|
||
|
|
<h3>Image-List and Image Support</h3>
|
||
|
|
Better ListView supports both image list, or individual image objects (System.Drawing.Image). Regular list view forces you to use ImageList object.
|
||
|
|
<h3>Custom list view Image size</h3>
|
||
|
|
You can use any image size in the list view. Better ListView can also automatically resize images with preserving aspect ratio.
|
||
|
|
<h3>Drag & drop with insertion mark</h3>
|
||
|
|
Highly customizable drag-drop for both internal and external drag-drop. You can use drop highlight or insertion mark drag drop modes.
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/21/List View Item Reordering Mark Preview_original_1298635398.png?1298635398" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>List view item reordering</h3>
|
||
|
|
Better ListView has inbuilt item reordering and item drag & drop inserting at the position specified by user. Drag & drop preview is shown using an insertion mark.
|
||
|
|
<h3>Column-header reordering</h3>
|
||
|
|
Better ListView has inbuilt easy drag & drop column header reordering that is much easier to use than in the regular list view. Insertion mark is shown, auto-scrolling is supported.
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/9/Column Header Reordering With Insertion Mark_original_1298624931.png?1298624931" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>Auto-scroll for column header reordering and item reordering</h3>
|
||
|
|
Better ListView has inbuilt auto-scrolling for column header and item reordering.
|
||
|
|
<h3>Column headers can be shown in all views</h3>
|
||
|
|
Better ListView can display column headers in all views - Details, SmallIcons, LargeIcons, List, Tile, Thumbnails. This allows users to sort items in all views. Additionally, you can also hide the column headers even in the details view.
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/10/Column Headers In LargeIcons View_original_1298625638.png?1298625638" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>Thumbnails view mode</h3>
|
||
|
|
Better ListView supports additional "thumbnails" view mode that allows you to view images of large sizes. The images are automatically and smoothly resized with preserved aspect ratio. You can define the maximum/minimum desired image sizes.
|
||
|
|
<h3>Image shadows, borders and padding</h3>
|
||
|
|
All images in Better ListView can have border or shadow specified. You can also specify padding that gives you space for owner drawing (eg. overlay images). This can be used in all views.
|
||
|
|
|
||
|
|
Image shadows like in Windows 7 theme are supported. Windows Explorer uses very similar shadows for image thumbnails.
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/11/ListView Image Shadows and Image Borders_original_1298626278.png?1298626278" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>Multi-column sorting</h3>
|
||
|
|
You can sort by multiple columns in Better ListView. Simply shift+click a secondary (or third, etc) column to add it to the current sort. Zero code needed. Additionally, the background of the primary (first) sort column can be highlighted.
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/12/Multi Column Sort in List View_original_1298626613.png?1298626613" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>Inbuilt sorting and natural sorting</h3>
|
||
|
|
Better ListView has inbuilt list view sorting that works out of the box. You no longer need to implement your own item comparer. If custom comparer is needed, you can inherit from the Better ListView comparer to save time.
|
||
|
|
<h3>Richer event data</h3>
|
||
|
|
Many events have richer event data that allow you to do extra operations or tell you extra useful information. The richer events include: AfterItemSort, BeforeDrag, BeforeItemSort, ColumnClick (allows you to cancel sort), DragDropException, DrawBackground, DrawColumnHeaderBackground, DrawColumnHeader, DrawItemBackground, DrawItem, HitTestChanged, ItemActivate (event data tells you how the item got activated - mouse, keyboard or code), ItemDrag, ItemDrop, ItemReorder, ItemSearch, LabelEdit, RequestEmebeddedControl.
|
||
|
|
<h3>Checkboxes in all views</h3>
|
||
|
|
You can have checkboxes in LargeIcons view, SmallIcons view, List view, Thumbnails view and of course also in the Details view.
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/13/Checkboxes In LargeIcons View_original_1298626985.png?1298626985" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>Three state checkboxes</h3>
|
||
|
|
Three state checkboxes are supported in Better ListView:
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/14/Three State Checkboxes in List View_original_1298628177.png?1298628177" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>Powerful list view tooltips</h3>
|
||
|
|
You can display tooltips for nearly any part of Better ListView - tooltips for items, sub-items, checkboxes, item images, sub-item images, column headers, column header images, column header borders, and even for custom areas (regions). Owner-drawn tooltips are supported.
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/15/List View Tooltips Region And Owner Drawn Tooltips_original_1298635957.png?1298635957" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>Uses current Windows theme</h3>
|
||
|
|
Instead of implementing custom, un-native look and feel, Better ListView always automatically fully uses the current system theme. It supports Aero as well. Better ListView always looks great and feels right to the user.
|
||
|
|
<h3>XML serialization of everything</h3>
|
||
|
|
Every part of Better ListView (items, sub-items, column headers) can be both binary and XML serialized. You can easily XML serialize whole list view (or binary serialize) to save it to file or transfer items between controls. Standard ways of .NET serialization can be used (BinaryFormatter, XmlSerializer).
|
||
|
|
<h3>Owner drawing</h3>
|
||
|
|
Better ListView allows you to draw over the client area, items and column headers. Contrary to .NET ListView, owner drawing is fully operational even when the system uses Aero theme. You can draw separately to background and foreground parts of Better ListView without worrying about proper drawing order. Owner drawing events provide rich data, including exact item state and areas of every item part.
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/22/List View Owner Drawing Background Gradient_original_1298636653.png?1298636653" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>Context menu for column headers, list items, and empty area</h3>
|
||
|
|
Better ListView supports 3 types of context menus: Column header context menu, list view items context menu, and empty area context menu (when right-clicking white space).
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/17/Column Header Context Menu in List View_original_1298633212.png?1298633212" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>Powerful hit-test</h3>
|
||
|
|
The hit test returns very detailed information. It tells you not only the location (Client Area, Sub-Item, Sub-Item Text, Sub-Item Image, Checkbox, Column Header Image, and many more), but it also tells you the state of the item, and part of the item (left or right).
|
||
|
|
<h3>Customizable search-by-typing</h3>
|
||
|
|
Better ListView has excellent customization functionality for find-as-you-type item searching. The search modes include: Prefix (searchs from beginning of items), Substring (search any part of item text), Prefix + Substring, or Disabled. Additionally, search options include: Case sensitive, search first word only, play sound when item not found, prefer prefixes, search whole words. You can also restrict the search to only certain columns. You can also call "FindItemsWithText" function to find items from code.
|
||
|
|
<h3>Display text when the list view is empty</h3>
|
||
|
|
You can display a gray text centered in the list view if it's empty to hint or educate users. This will make your software more user friendly.
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/18/Show Text When List View is Empty_original_1298633516.png?1298633516" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>Embedded controls for item editing</h3>
|
||
|
|
Inbuilt in-line editing support includes label edit and combobox edit. You can also embed any custom control for in-line editing.
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/19/Custom Embedded Control in List View for Editing_original_1298633863.png?1298633863" alt="" /></div>
|
||
|
|
|
||
|
|
<h3>ListView item text formatting</h3>
|
||
|
|
Supports both text trimming and auto-ellipsis for text that's too long. You can choose from: TrimCharacter, TrimWord, EllipsisCharacter, EllipsisWord, EllipsisPath (for file paths). Column header text can be broken into multiple lines.
|
||
|
|
<h3>Automatic list view layout</h3>
|
||
|
|
Better ListView can auto-size item images, item text, column header images, column header text.
|
||
|
|
|
||
|
|
.. obrazek .
|
||
|
|
<h3>Custom list view item size</h3>
|
||
|
|
You can set custom sizes for item text area and item images. You can also set custom size for column header text area and column header images. (Text area size is different from font size, text area size basically defines the size of the list view item.) This enables you to make tiny/huge column headers or list view items.
|
||
|
|
|
||
|
|
<div class="image"><img src="http://assets.componentowl.com/images/20/Custom Item Size in List View_original_1298634339.png?1298634339" alt="" /></div>
|
||
|
|
|
||
|
|
<h2>More advantages of our improved list view component:</h2>
|
||
|
|
<ul class="common">
|
||
|
|
<li><strong>Developer friendly</strong>: All classes and properties are as similar to the regular list view as possible. Everything is intuitive, very little learning is needed. You can use Better ListView immediately. <strong>Save time and ship sooner</strong>.</li>
|
||
|
|
<li><strong>Better ListView has improved usability and fixed behavior</strong>. All Windows users are familiar with the list view used in Windows Explorer. Better ListView mimicks behavior and look & feel of the Windows Explorer list view as much as possible to leverage the existing user knowledge. <strong>Using Better ListView is pleasant for users.</strong> Many other list view components implement custom look and behavior and can oftentimes downright frustrate users (many controls don't even support mouse-wheel scrolling!) This doesn't happen with Better ListView.</li>
|
||
|
|
<li><strong>Guaranteed support and continued development</strong>: Better ListView is developed as a joint-venture of two software companies that use Better ListView in their main products (popular <strong><a href="http://www.dextronet.com/swift-to-do-list-software" target="_blank">Swift To-Do List</a></strong> and <strong><a href="http://www.imagingshop.com" target="_blank">ImagingShop</a></strong>). These applications are used by thousands of users daily. This is your guarantee that Better ListView will be supported and developed in the future.</li>
|
||
|
|
<li><strong>Tested in real world applications by thousands of users</strong>: Because Better ListView is used in professional consumer desktop software applications - Swift To-Do List and ImagingShop, thousands of users work with Better ListView every day. Although we use unit tests that cover most of code, and do thorough inhouse testing, this is your true guarantee that it is tested thoroughly in the real world. It is <strong>extremely stable</strong>.</li>
|
||
|
|
<li>Better ListView does <strong>not</strong> inherit from the regular .NET list view. It is written in pure managed C# code and is flexible, light weight, and fast. Extensions of the regular .net list view only go so far. Better ListView goes further. Soure code licenses are also available for ultimate customization.</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|