Skip to content

Latest commit

 

History

History
77 lines (58 loc) · 2.89 KB

File metadata and controls

77 lines (58 loc) · 2.89 KB
title Using CListCtrl | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
CListCtrl
dev_langs
C++
helpviewer_keywords
CListCtrl class, using
ms.assetid 20d6a5d6-8f07-4ddf-975f-ea2dfebcc835
caps.latest.revision 15
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Using CListCtrl

Use a list control to display any arrangement of icons with labels, as in File Explorer, or columnar lists of text, with or without icons. For a description of the four possible "views" (not to be confused with MFC views) you can have in a list control — icon view, small icon view, list view, and report view — see Views in the CListCtrl class overview.

In some views, users can drag icons to different positions or edit icon labels. For example, see the right-hand pane in File Explorer, which uses a list control in a nondialog window. You can experiment with the available views in Explorer's View menu.

For related information, see About List-View Controls in the Windows SDK.

Note

The Windows SDK refers to list controls as "list view controls." This usage of "view" does not refer to MFC view classes, particularly CListView. For more information, see List Control and List View.

What do you want to know more about

See Also

Controls