汉赛尔与格莱特好句:CListCtrl能否取得Column数?

来源:百度文库 编辑:高校问答 时间:2024/04/27 20:27:20
有没有成员函数或别的方式取得?

CListCtrl::GetColumn
Call this member function to retrieve the attributes of a list view control's column.

Syntax
BOOL GetColumn( int nCol, LV_COLUMN* pColumn ) const;

At a Glance
Header File Afxcmn.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation