I need to add just 2px :) to a height of a row in a list view (a custom drawn progress bar is too narrow now).
There are two good answers Change Listview item height, http://www.delphipages.com/forum/showthread.php?t=49939, but I couldn't do it.
I know that it is possible to do with an image list, but I have already 16x16 images :)
Can anybody help me? I'll appreciate it.
CNDrawItem(var Message: TWMDrawItem);
is handled too (the link delphipages has the same code as in TMS). Why? – Threefold