question about resizing form

  • Thread starter Thread starter dunkonu
  • Start date Start date
D

dunkonu

I am trying to create a form that if the form is manually resized, the
textbox will get resized proportionally to the form.

thank
 
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
 

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