add item under columns in a CListView
C / C++ / MFC
2
Posts
2
Posters
1
Views
1
Watching
-
how do you add items (subitems) under a column header in a CListView control? if you don't understand my question, please look at the image I attached. it should explain it.
ListView_SetItemText(GetDlgItem(IDC_YOURLISTIVEW), iRowNumber, iColNumber,"Text"); ================== The original message was: how do you add items (subitems) under a column header in a CListView control?
if you don't understand my question, please look at the image I attached. it should explain it.