MFC的基本控件的使用~列表控件(ListControl)的使用

ListControl:基本屬性: View: 圖標顯示風格 具體代碼如下: CString str1[] = {_T("數字"),_T("字母")};     for (int i = 0; i < 2; i++)     {         //設置表頭  1. 索引值  2. 內容 3. 對齊方式 4.列寬         m_listcontrl.InsertColumn(i,str1[i
相關文章
相關標籤/搜索