CListCtrl::GetColumnWidth
レポート ビューまたはリスト ビューの列の幅を取得します。
int GetColumnWidth(
int nCol
) const;
パラメーター
- nCol
幅を取得する列のインデックスを指定します。
戻り値
幅、nColで指定した列の幅 (ピクセル単位)。
使用例
// Increase the column width of the second column by 20.
int nWidth = m_myListCtrl.GetColumnWidth(1);
m_myListCtrl.SetColumnWidth(1, 20 + nWidth);
必要条件
ヘッダー: afxcmn.h