.NET news » Search results

Search results for query "listview" (11):

Using converters to aggregate a list in a ListView

Explanation on how to use converters to calculate the sum, largest, average, etc., of the items in a ListView.
2008-07-23 09:48:00   Source: Using converters to aggregate a list in a ListView   Tags: Examples

Using the New ListView Control in ASP.NET 3.5

ASP.NET's new ListView control provides template-based layout for both display and CRUD database operations, making it an extremely way to build data-centric Web applications.
2008-07-17 16:48:15   Source: Using the New ListView Control in ASP.NET 3.5   Tags: ASP.NET

Developing an Autofilter ListView

Microsoft Excel has a very useful auto-filter function. With this function enabled on a column, the user is able to select filters from a drop-down list, which when selected, are applied to the column. This article describes how to add similar filter functionality to the WPF ListView control.
2008-07-08 07:50:00   Source: Developing an Autofilter ListView   Tags: Components GUI

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

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
« Previous12Next »