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
 
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
 
Back
Top