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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top