怎样在listctrl控件中显示不同颜色的行
1个回答
展开全部
下面这段代码是我写的一个例子,也是从CListCtrl从继承来的
bool CBaseTabCtrl::InitList()
{
//初始化列表框页
CRect rect_nlist;
this->GetClientRect(&rect_nlist);
rect_nlist.top+=100;
// m_list=new CListCtrl;
m_list->Create(WS_CHILD|LVS_REPORT|WS_BORDER|LVS_SINGLESEL,rect_nlist,this,ID_TABLIST);
this->m_list->ModifyStyle(LVS_EDITLABELS, 0L); //禁止标题编辑
m_list->ModifyStyle(0L, LVS_REPORT); //设为Report类型
bool CBaseTabCtrl::InitList()
{
//初始化列表框页
CRect rect_nlist;
this->GetClientRect(&rect_nlist);
rect_nlist.top+=100;
// m_list=new CListCtrl;
m_list->Create(WS_CHILD|LVS_REPORT|WS_BORDER|LVS_SINGLESEL,rect_nlist,this,ID_TABLIST);
this->m_list->ModifyStyle(LVS_EDITLABELS, 0L); //禁止标题编辑
m_list->ModifyStyle(0L, LVS_REPORT); //设为Report类型
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询