.NET news » Search results
Search results for query "listview" (9):
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
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
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.
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.
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
2011-03-21 08:31:00 Source: WPF Custom Control - FilterControl for ListBox/
Tags: WPF
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
1