Dynamically size height of TextBox

  • Thread starter Thread starter vbMark
  • Start date Start date
V

vbMark

Hello,

I am putting text into a TextBox from a database. The text is different
lengths.

I would like to size the TextBoxes automatically to the hight necessary to
see all of the text.

Does anybody know how to do this?

Thanks!
 
hm..
get the length of the text .Sure u can do textbox.length
and then use it to determine the size of the textboxes height etc..
Patrick
 
Back
Top