Set ListViewItem height

  • Thread starter Thread starter Sin Jeong-hun
  • Start date Start date
S

Sin Jeong-hun

The ListView's view is detail. I can set ListViewItems' width by
changing the culumn width, but what about the height? It seems that the
height is automatically set according to the font size of the
ListViewItem. Isn't there any way to set the height manually? If not,
please tell me that there's none. Thanks.
 
Sin Jeong-hun,

I don't believe there is a way to do this. If you need something like
this, you might want to consider custom painting a list box.

Hope this helps.
 
Back
Top