Groups | Blog | Home
all groups > dotnet general > november 2004 >

dotnet general : question about resizing form


heehaa9 NO[at]SPAM hotmail.com
11/11/2004 11:09:45 PM
I am trying to create a form that if the form is manually resized, the
textbox will get resized proportionally to the form.

Rakesh Rajan
11/11/2004 11:50:01 PM
Hi,

I guess you are looking for Anchoring.

Use your textbox's Anchor property to 'anchor' the control to the parent's
edge. When the parent is resized, the control will get resized automatically.

HTH,
Rakesh Rajan


[quoted text, click to view]
AddThis Social Bookmark Button