.NET news » Search results

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.

2007-04-18 16:41:00   Source: Vista Controls   Tags: GUI Components
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.
2007-04-03 15:09:56   Source: Add Flexible Sort Capabilities to ListView Controls   Tags: Examples VB.NET
A much easier to use ListView
This article describes a much easier to use ListView that supports sorting and grouping
2006-10-26 13:40:00   Source: A much easier to use ListView   Tags: GUI Components
Groupable ListView
Extended ListView with GUIs for your easy grouping. The control will automatically create a ToolStrip and a ToolStripButton for each column.
2006-09-06 03:05:00   Source: Groupable ListView   Tags: GUI Components
Explorer ComboBox and ListView in VB.NET
A ComboBox (and ListView) displaying the file system, using the system image list.
2006-08-18 12:11:00   Source: Explorer ComboBox and ListView in VB.NET   Tags: GUI Components
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.
2006-08-17 20:30:41   Source: Generic Dictionaries: Hidden Treasure of...   Tags: C#
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
2006-02-15 21:46:00   Source: Extended ListView   Tags: Components GUI
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.