AFAIK, you can´t directly. I think that the height of the items is
controlled by the size of the font. A workaround could be to set a larger
font and use owner-draw techniques to draw the items with normal font.
--
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers: http://www.mztools.com
AFAIK you can't it depend of the font used and the drawing logic inside
listview, what you can do is take care yourself of drawing the items.
take a look at http://www.opennetcf.org/PermaLink.aspx?guid=d88b1a1a-a866-4247-a0c8-94ab3c124f63
they code this , also check the forum there to see additional enhancement to
this control.