Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
ListView « Windows Presentation Foundation « C# / C Sharp
C# / C Sharp
Windows Presentation Foundation
ListView
1.
Create a ListView control that implements a GridView view with CheckBox controls for each row.
2.
Use ArrayList as the ListView ItemSource
3.
Create a ListView control that implements a GridView view mode, displays content in groups.
4.
ListView and ListViewItem
5.
ListView columns
6.
Populating ListView rows
7.
Set Binding ListView.ItemsSourceProperty to ListView
8.
Create a ListView control that uses a GridView view mode to display a collection of DateTime objects.
9.
ListView using GridView.HeaderTemplate and GridViewColumn.CellTemplate properties
10.
Get Bounded item from ListView
11.
Create Binding for ListView in code
12.
Use three TextBlocks in one ListViewItem
13.
Create a ListView control that uses a GridView view mode to display dates.
14.
Use Path to reference Bounded object in ItemSource
15.
Enables sorting of data in ascending or descending order according to the contents of one column.