Search results for query "listview" (9):
Vista Controls
Vista Controls is a class library that provides the ability to use the new style controls on Microsoft Windows Vista.
.NET 2.0 applications that use the Treeview, Listview, OpenFileDialog, SaveFileDialog and FolderBrowserDialog classes provided in the System.Windows.Forms assembly will find that when they run on Windows Vista, they do not use the new, Vista-style look and feel, but instead continue to use the old, XP-style look and feel.
In Vista Controls you will find five replacement classes, that will use the Vista look and feel when running on Windows Vista, and the old style on older versions of Windows. This allows you to target both Windows Vista and other versions of Windows without any additional effort on your part.
Additionally, Vista Controls includes a new control added to Vista, the Command Link. Because this control doesn't exist in previous versions of Windows, an emulated version that mimics Vista look and feel is used on those Windows versions.
Add Flexible Sort Capabilities to ListView Controls
Learn how to make the
ListView control sort by a column when a user clicks on a column header, sort by all columns, or sort in just about any other way you can imagine.
A much easier to use ListView
This article describes a much easier to use
ListView that supports sorting and grouping
Groupable ListView
Extended
ListView with GUIs for your easy grouping. The control will automatically create a ToolStrip and a ToolStripButton for each column.
Explorer ComboBox and ListView in VB.NET
A ComboBox (and
ListView) displaying the file system, using the system image list.
Generic Dictionaries: Hidden Treasure of System.Collections.Generic
Generic dictionaries simplify common tasks, such as coordinating selection between a TreeView and a
ListView—but their capabilities extend far beyond that, once you realize you can use DynamicInvoke() to execute delegates stored in the dictionary.
A User-Searchable TextBox, RichTextBox, ListView and TreeView in C#
A lightweight class library that extends the Framework's most popular editor controls to include search and other basic functionality.
Extended ListView
An extended
ListView control that can show multiple images on subitems, lets the user edit subitems with user-defined controls (also image-subitems), contains boolean subitems and can sort columns by date, number, string and image
A component that prints any Control, including ListViews, TreeViews, DataGridViews, Forms, etc...
The ultimate printing component. Use it to print ListBoxes,
ListViews, TreeViews, DataGridViews, Forms, TabPages, or even your own UserControls.