Using List-View Controls

This section contains code examples that demonstrate how to create and use list-view controls in your applications.

In this section

Topic Description
How to Create a List-View Control
This topic demonstrates how to create a list-view control. To create a list-view control, you use the CreateWindow or CreateWindowEx function and specify the WC_LISTVIEW window class.
How to Add List-View Image Lists
This topic demonstrates how to add image lists to a list-view control.
How to Add List-View Columns
This topic demonstrates how to add columns to a list-view control.
How to Add List-View Items and Subitems
This topic demonstrates how to add items and subitems to a list-view control.
How to Use Tile Views
This topic demonstrates how to set the tile view for a list-view control.
How to Use Groups in a List-View
This topic describes how to create an instance of a group and add it to a list-view control.
How to Use List-View Working Areas
This topic demonstrates how to work with list-view working areas. Working areas are rectangular virtual areas that can be used to arrange items in a list-vew control.
How to Use Virtual List-View Controls
This topic demonstrates how to work with virtual list-view controls.