clistctrl派生类

来源:百度知道 编辑:UC知道 时间:2024/06/21 19:46:23
如何调整属性为ownerdraw?

The CListCtrl class encapsulates the functionality of a “list view control,” which displays a collection of items each consisting of an icon (from an image list) and a label. In addition to an icon and label, each item can have information displayed in colums to the right of the icon and label.

The following is a brief overview of the CListCtrl class. For a detailed, conceptual discussion, seeUsing CListCtrl andControl Topics in the Visual C++ Programmer’s Guide.
Views

List view controls can display their contents in four different ways, called “views.”

Icon view
Each item appears as a full-sized icon (32 x 32 pixels) with a label below it. The user can drag the items to any location in the list view window.

Small icon view
Each item appears as a small icon (16 x 16 pixels) with the label to the right of it. The user can drag the items to any location in the list view window.

List view
Each item appears as