.NET news » Search results
Search results for query "listview" (10):
Enable MultiSelect in WPF ListView (2)
Make your ListView support item selection by dragging
WPF ListView which can do - Sorting, Filtering, Totals, Cell-focus, Editing, and More
Enhanced WPF ListView that is almost a DataGrid
2010-04-17 19:41:00 Source: WPF ListView which can do - Sorting, Filtering, Totals,...
Tags: WPF
Components
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.
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
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.
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.
WPF Custom Control - FilterControl for ListBox/ListView
WPF Custom Control FilterControl - Can be used along with any ItemsControl
Sorting an Observable Collection using the view model from the MVVM pattern
The purpose of this article is how to allow sorting of controls (e.g. a Listview) that are bound to an ObservableCollection using the MVVM (model, view, view model) pattern and the sorting takes place in the view model.
2011-04-07 11:34:00 Source: Sorting an Observable Collection using the view model...
Tags: Algorithms
Another FileListView
The article describes a simple folder navigation control.
1