ListView and Column height

  • Thread starter Thread starter CaptainCaveman
  • Start date Start date
C

CaptainCaveman

Hi,

Is there any way to programmatically determine the height of the column row
in a list view?

TIA
 
Solved my problem by using listitem bounds..........

As a result of that though - is the height of a text box fixed? I have tried
modfying the size of a text box but it seems to be set permanently to 23
Height, regardless that I have specified a height of 16.
 
Solved my problem by using listitem bounds..........

As a result of that though - is the height of a text box fixed? I have
tried modfying the size of a text box but it seems to be set permanently
to 23 Height, regardless that I have specified a height of 16.

I believe that in order to specify a height for a text box, you must set
Multiline = true. Otherwise the height is dependent on the font. Test.
 
Back
Top