Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 4.31 KB

using-list-view-controls.md

File metadata and controls

33 lines (20 loc) · 4.31 KB
title description ms.assetid ms.topic ms.date
Using List-View Controls
This section contains code examples that demonstrate how to create and use list-view controls in your applications.
6953cdfc-8c59-4c6d-8998-f828cea3a315
article
05/31/2018

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.