Form1.AutoSize

  • Thread starter Thread starter Ganesh J. Acharya
  • Start date Start date
G

Ganesh J. Acharya

We are trying to check the following feature of the windows form

Form1.AutoSize

the documentation says that with the change in the font size of the
controls in the form, the size of the form gets adjusted to adopt the
new changes

But some how i could not see any changes

please explain

Ganesh J. Acharya
 
Ganesh J. Acharya said:
We are trying to check the following feature of the windows form

Form1.AutoSize

the documentation says that with the change in the font size of
the controls in the form, the size of the form gets adjusted to adopt
the new changes

But some how i could not see any changes

please explain

I can not find Form1.Autosize. Do you mean Form1.Autoscale? Where and when
do you set the value?
 

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