Files
componentowl.com/better-listview/documentation.html
2026-03-23 16:10:59 +00:00

228 lines
9.5 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="cs" http-equiv="Content-Language">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Better ListView Documentation</title>
<link href="../documentation/better-listview/data/style.css" rel="stylesheet" type="text/css">
<link href="../documentation/better-listview/resources/main.css" media="screen" rel="stylesheet" type="text/css">
</head>
<body class="index"><div class="placing">
<h1>
<strong>Better ListView Documentation
</strong>
</h1>
<div class="banner">
<a href="../better-listview.html"><img src="../documentation/better-listview/resources/overview.gif" alt="Better ListView" class="ss"></a>
<div class="inside">
<div class="text">Better ListView: Ultimate .NET ListView replacement control for WinForms (C#, VB.NET)</div>
<span class="dbtn-c dbtn-hilight"><span class="dbtn-w"><a href="../betterlistview.exe" class="dbtn">Download</a></span></span>
<span class="dbtn-c"><span class="dbtn-w"><a href="../better-listview.html" class="dbtn">More Info</a></span></span>
</div>
</div>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-introduction.html">
<strong>Introduction, Comparison</strong>
</a>
<br><span class="toc-description">What this documentation covers; brief comparison to regular .NET
ListView</span>
</p>
<p class="toc-entry">
<a href="quick-start-guide.html">
<strong>Quick Start</strong>
</a>
<br><span class="toc-description">Step-by-step tutorial for using Better ListView in your
application</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-background-image.html">
<strong>Background Image</strong>
</a>
<br><span class="toc-description">Image on the control background, setting its layout and
opacity</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-checkboxes.html">
<strong>Check Boxes</strong>
</a>
<br><span class="toc-description">Enabling two and three state check boxes on items</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-collections.html">
<strong>Collections</strong>
</a>
<br><span class="toc-description">Working with collections of columns, items, sub-items,
groups</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-columns.html">
<strong>Columns</strong>
</a>
<br><span class="toc-description">Hiding, resizing and reordering column headers</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-context-menus.html">
<strong>Context Menus</strong>
</a>
<br><span class="toc-description">Displaying context menus on the control, column headers, groups
and items</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-data.html">
<strong>Data Binding</strong>
</a>
<br><span class="toc-description">Complex binding of custom list-based data to the
control</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-drag-drop.html">
<strong>Drag and Drop</strong>
</a>
<br><span class="toc-description">Setting-up Drag and Drop functionality and effects</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-embedded-controls.html">
<strong>Embedded Controls</strong>
</a>
<br><span class="toc-description">Custom item and sub-item editing controls</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-empty-text.html">
<strong>Empty Text</strong>
</a>
<br><span class="toc-description">Displaying customized text on empty list</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-focus.html">
<strong>Focusing Elements</strong>
</a>
<br><span class="toc-description">How items, sub-items and groups can be focused and how to detect
focus changes</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-groups.html">
<strong>Groups</strong>
</a>
<br><span class="toc-description">Working with item groups</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-hit-test.html">
<strong>Hit Test</strong>
</a>
<br><span class="toc-description">Getting info for cursor position in the control</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-insertion-mark.html">
<strong>Insertion Mark</strong>
</a>
<br><span class="toc-description">Specifying insertion mark location and apperance</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-item-hierarchy.html">
<strong>Item Hierarchy</strong>
</a>
<br><span class="toc-description">Setting-up tree-like item hierarchy (parent and child items), item
indentation</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-item-reorder.html">
<strong>Item Reordering</strong>
</a>
<br><span class="toc-description">Changing item order automatically with Drag and Drop</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-items.html">
<strong>Items</strong>
</a>
<br><span class="toc-description">Working with ListView items</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-label-edit.html">
<strong>Label Editing</strong>
</a>
<br><span class="toc-description">Inline editing of items and sub-items</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-layout.html">
<strong>Layout Properties</strong>
</a>
<br><span class="toc-description">Element and element part sizes and padding, multi-line text, image
border</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-multi-line.html">
<strong>Multi-line Items</strong>
</a>
<br><span class="toc-description">Setting up items with multiple lines of text</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-owner-draw.html">
<strong>Owner Drawing</strong>
</a>
<br><span class="toc-description">Custom drawing over the control and its parts</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-performance.html">
<strong>Performance</strong>
</a>
<br><span class="toc-description">Understanding Better ListView performance settings</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-save-load.html">
<strong>Saving and Loading ListView Content</strong>
</a>
<br><span class="toc-description">Storing and retrieving items and groups in binary or XML
format</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-search.html">
<strong>Searching Items</strong>
</a>
<br><span class="toc-description">Item searching by typing or programmatically</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-serialization.html">
<strong>Serialization</strong>
</a>
<br><span class="toc-description">Overview of Better ListView serialization capabilities</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-sort.html">
<strong>Sorting Items</strong>
</a>
<br><span class="toc-description">Ordering items with multiple columns and custom
comparers</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-sub-items.html">
<strong>Sub-items</strong>
</a>
<br><span class="toc-description">Working with sub-items which are attached under items</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-text-formatting.html">
<strong>Text Formatting</strong>
</a>
<br><span class="toc-description">Text alignment and trimming</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-tooltips.html">
<strong>Tooltips</strong>
</a>
<br><span class="toc-description">Displaying customized tooltips on control and its parts</span>
</p>
<p class="toc-entry">
<a href="../documentation/better-listview/data/chapter-views.html">
<strong>Views</strong>
</a>
<br><span class="toc-description">Ways of displaying items, detecting view change</span>
</p>
<table cellpadding="0" class="footer"><tr>
<td style="width: 50%">Better ListView Documentation</td>
<td style="width: 50%; text-align: right;">
Copyright © 2010-2012  <a href="../index.html" target="_blank">ComponentOwl.com</a>
</td>
</tr></table>
</div></body>
</html>