Is it possible to have variable size (owner draw) items in the Win32 ListView, if yes, how?
ListView controls do not support WM_MEASUREITEM, though.
Remy Lebeau - TeamB
2009-06-17 01:36:35
Remy, the docs (see link) don't agree with you.
Serge - appTranslator
2009-06-17 20:36:15
+2
A:
You can probably use Listbox with LBS_OWNERDRAWVARIABLE style for supporting items with variable height. Then Listbox will send WM_MEASUREITEM for each item.
Gadu
2009-05-04 11:22:22