ListView row height
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Is there a way to adjust the height of the rows in a listview? It seems that the function GetItemRect gets called when painting the control but it's not virtual so I can't override it. Will I have to do all the painting myself? Thanks, Rob Tomson -- There are 10 kinds of people. Those who understand binary and those who don't.