1、List style(1)List:插入数据CSkinListCtrl *pListCtrl = (CSkinListCtrl *)GetDlgItem(IDC_LSTCTRL_1);if (pListCtrl != nullptr){pListCtrl->InsertItem(0, L"主数据");pListCtrl->InsertItem(1, L"主数据1");pListCtrl->InsertItem(2, L"主数据2");}(2)Re
原创
2021-07-29 09:05:30
241阅读
2021年修改了控件继承自CUIWnd,因此对于CSkinListCtrl控件的消息响应如下: ON_NOTIFY(NM_C
原创
2021-09-07 14:59:43
567阅读