resize textbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have installed framework 1.1. and SP 1 on my computer.
I include a textbox to my form but it can only be resized horisontally and
not vertically. What is wrong? (It works fine on other components like
buttons, labels...)
I use Windows XP
 
Hi Ankan,

You can only resize the width as a TextBox by default is meant for a single horizontal line.
Setting the TextBox' Multiline property to true will allow you to resize the height.
 
Back
Top