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