http://www.codeproject.com/Articles/29354/CListCtrl-and-Grouping-Rows

解决方案 »

  1.   

    源码下载不了 ,能不能发我一份 [email protected]
      

  2.   

    这叫分组,用起来挺复杂的
    你自己上网搜 "CListCtrl 分组"
      

  3.   

    大概是步骤是:
    1、启动分组(CListCtrl::EnableGroupView)
    2、插入分组(CListCtrl::InsertGroup)
    3、归类分组(设置 LVITEM 中的 iGroupId 成员,以标志此项属于某个分组)LVITEM 中的 iGroupId 与 LVGROUP 中的 iGroupId 必须一致才能归类到该分组下