Listview header spanning 2 rows
-
Is there a way for me to create a listview hearder spanning 2 rows using C/C++. If there is, then I would appreciate it if someone can provide me with some code snippit.
try inserting a newline character in header name :)
#region signature my articles #endregion
-
try inserting a newline character in header name :)
#region signature my articles #endregion
-
Is there a way for me to create a listview hearder spanning 2 rows using C/C++. If there is, then I would appreciate it if someone can provide me with some code snippit.
Maybe this will help: A Multiline Header Control Inside a CListCtrl[^] Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Maybe this will help: A Multiline Header Control Inside a CListCtrl[^] Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
I am not creating an MFC app, just a windows app. I am using the LVCOLUMN structure to create my listview.
Ok. The point was, you can use custom draw to achieve this. It's no different with MFC than without MFC, except where you handle the messages. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: