다음을 통해 공유


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

참고 항목

참조

CListCtrl 클래스

계층 구조 차트

CListCtrl::SetColumnWidth

CListCtrl::GetColumn