Code: Select all
wxListCtrl * Listctrl=new wxListCtrl(this,ID_WXLISTCtrl1,wxPoint(8,8),wxDefaultSize,wxLC_LIST|wxLC_SINGLE_SEL);
long temp=Listctrl->InsertItem(0,"hello1",0);
Listctrl->SetItemBackgroundColour(temp,wxColour(255, 0, 0));
can anyone help me that?
2.anothe problem is that :
can I set only one column in this wxListctrl?