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.
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.
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.
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.
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