How can i get the height of each item within a list box?
Printable View
How can i get the height of each item within a list box?
...by sending the LB_GETITEMHEIGHT message via SendMessage API to the Listbox.
You might want to check the .TextHeight property of some controls in accordance to Font.Size of your Listbox.