Controls change their width-value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have the problem, that my controls change their width value when the form
is visible in the IDE and I compile the solution.

I use .NET 1.1.
Does anybody have a tip how I can prevent this?

Thanks a lot from Munich
Christian
 
Which form? Web or Win?
Check that you don't change width manually in your code.

For the WebForm, applied CSS could change the size of you controls
I have the problem, that my controls change their width value when the form
is visible in the IDE and I compile the solution.

I use .NET 1.1.
Does anybody have a tip how I can prevent this?

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Christian Havel said:
Hi,

I have the problem, that my controls change their width value when the
form
is visible in the IDE and I compile the solution.

I use .NET 1.1.
Does anybody have a tip how I can prevent this?

the Form.AutoScale property
 
Hi Michael,

thanks for your help!

It is a WinForm app. The autoscale property is set to false.

Do you have any idea?

CU
Christian
 
Hi Ben,

the Form.Autoscale property has the value "false".

Do you have any idea?

Thanks
Christian
 
Back
Top