Virtual List Control with Groups
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Is it possible to use Groups with a virtual list control? The following line never results evaluates to true, which means I guess that the group id is not being requested? if(pItem->mask & LVIF_GROUPID) I am changing an exsiting list control that work in Non-Virtual mode and the groups work great, so I guess I am adding the group correctly. How would I go about configuring the list control to request the Group ID / info. Any ideas? Cheers AndyC