設(shè)置行高:
CImageList   m_l;  
 m_l.Create(1,18,TRUE|ILC_COLOR32,1,0);  
 SetImageList(&m_l,LVSIL_SMALL);

設(shè)置字體:

 

CFont m_font;

m_font.CreatePointFont(100, "新宋體");
m_listCtrl.SetFont(&m_font);