ListView row height?

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Is there any way to alter a listviews row height? I ask as in my ownerdrawn
listview (details view) all lower case letters have their subsections cut
off.

Chris
 
Is there any way to alter a listviews row height? I ask as in my ownerdrawn
listview (details view) all lower case letters have their subsections cut
off.

I don't see a way to do it directly. Maybe changing the lv's font property
will do it. Are you using this font when you draw, and are your draws top
aligned?
 
AMercer said:
I don't see a way to do it directly. Maybe changing the lv's font
property
will do it. Are you using this font when you draw, and are your draws top
aligned?

I was drawing in a larger font size than the LVs font property! Thanks for
pointing me in the right direction :).

Chris
 
Back
Top