Resize Problem

  • Thread starter Thread starter C@rLoS
  • Start date Start date
C

C@rLoS

Dear All,

May I know how to make, once Form.Resize() is caughted, resize all the
control in the form by the same scale?

Thanks,
Carlos
 
Hi,

Try with docking or anchoring your controls. Is this what you require?

HTH,
Rakesh Rajan
 
Would the Dock and Anchor properties on each control do what you want?
 
Hey

Some controls (maybe all) have a property called "Zoom"

I never used it, just saw it while going through the properties...

Good luck.

Dear All,

May I know how to make, once Form.Resize() is caughted, resize all the
control in the form by the same scale?

Thanks,
Carlos



--
Regards,
Nurchi BECHED

P.S.
C makes it easy to shoot yourself in the foot;
C++ makes it harder, but when you do,
it blows away your whole leg."
--Bjarne Stroustrup
 
Dear Rakesh and Tim,

Thanks, Anchor and Dock are what I want. Thanks~

Carlos
 

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