Re: line size of the listview
- Posted by SergioGelli May 14, 2010
- 1664 views
LarryMiller said...
The height of the text in a Listview is not a reliable measurement of the item height. The correct way to do this is to use the LVM_GETITEMRECT message.
The win32lib.ew LVM_GETITEMRECT mentions in the archives. Doc and html, but no further explanation. I'm not getting out of this problem.
Please could you help by giving an example of using the LVM_GETITEMRECT message.