Why does Windows Forms Designer resize my controls?

47 Views Asked by At

I have a simple button. Whenever I change its width the designer automatically updates the height and even updates the width to a different value.

The only way around this I found is to set min and max size to the same value.

For whatever reason when I set width to 30 it turns out as 38. What is causing this?

AutoSize is false.

enter image description here

0

There are 0 best solutions below