How can I set the row height of a custom drawn list view? Or does it require an owner drawn list view?
A:
It depends on the mode you are using it in. In some modes, you can use the LVM_SETITEMHEIGHT
message. In others, the height is dictated by the height of an associated ImageList, if any, followed by the height of the assigned Font.
Remy Lebeau - TeamB
2010-07-21 00:34:30