How to use listview_insertgroup with custom draw?
-
I have a listview with custom draw (virtual list)option and i know how to output the items using drawtext() function, but what about the groups? I have googled but Int find anything, all the examples are MFC or without custom draw?! I just want a native example or method about that thanks edit.. you got to be kidding with me?! I found a comment in says it impossible LOL http://windows-tech.info/14/45a29ec939d2ff8f.php[^] is that true?
-
I have a listview with custom draw (virtual list)option and i know how to output the items using drawtext() function, but what about the groups? I have googled but Int find anything, all the examples are MFC or without custom draw?! I just want a native example or method about that thanks edit.. you got to be kidding with me?! I found a comment in says it impossible LOL http://windows-tech.info/14/45a29ec939d2ff8f.php[^] is that true?
-
Have you actually tried implementing groups? As far as I can figure, it makes no difference whether this is 'standard' or owner drawn as the messages and notifications are the same. When and if I get some time I may try it myself.
Use the best guess