ListBox: programmatic determination of row height

  • Thread starter Thread starter jfp
  • Start date Start date
J

jfp

I can examine the various properties of a list box and thereby determine
things such as the height and width (twips) of the entire control as
well as the width (twips) of each column. How do i get the height of an
individual row? This is not directly available. The number of rows
displayed is also not available, so i cannot calculate a single row
height from the total control height.
Any ideas?
Do i have to use some calculation based on font name / size /weight? If
so, what is it?

Thanks !
 
Back
Top