Incredible Shrinking/Growing Controls

  • Thread starter Thread starter Keith
  • Start date Start date
K

Keith

I have just tried form inheritance for the first time and
I am having trouble with the controls shrinking each I
build the project on my home computer and growing each
time I build on my work computer.

I had found that the AutoScaleBaseSize setting was
inconsistent on some of the inherited forms and changing
that stabilized the forms at home. But at work all the
control widths are growing 28% on each build and all the
control heights are growing 24%. The same thing is
happening with the location.

Is it possible to work with a project on two different
computers with two different screen resolutions or could
my problem be something else?

Thanks,

Keith
 
Keith said:
I have just tried form inheritance for the first time and
I am having trouble with the controls shrinking each I
build the project on my home computer and growing each
time I build on my work computer.

I had found that the AutoScaleBaseSize setting was
inconsistent on some of the inherited forms and changing
that stabilized the forms at home. But at work all the
control widths are growing 28% on each build and all the
control heights are growing 24%. The same thing is
happening with the location.

Is it possible to work with a project on two different
computers with two different screen resolutions or could
my problem be something else?

You can try to set the form's 'AutoScale' property to 'False' (untested).
 

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