VB.net - Textfield - Resize

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deviranir
    New Member
    • Dec 2008
    • 6

    VB.net - Textfield - Resize

    Hi,

    Can anyone help me on how to resize the textfield when the form is resized.
    I am using Visual Studio 2005. I tried in 2008 also, but i couldn't find any option.

    I read in a forum to use the option, 'AutoSize' but this is not available in either 2005/2008.

    Thanks in advance,
    Dev.
  • nukefusion
    Recognized Expert New Member
    • Mar 2008
    • 221

    #2
    You'll need to use the Anchor property of the TextBox. This specifies which edges of the form the control is bound to.

    Comment

    • deviranir
      New Member
      • Dec 2008
      • 6

      #3
      Thank you !
      That helped..

      - Dev

      Comment

      Working...