Form's AutoSize: False. Form's AutoSizeMode: Grow and Shrink.
Issue: I cant resize my form by dragging its borders, I can only do that by dragging that grip thing on the bottom right side of the form.
Is there any other property on the form that I sohlud change to fix this problem?
Here is also a screen shot of the hierarchy of controls on the form...maybe setting on lower level controls on the form is causing this?
Because this is not in the answers, I'll write this here.
The problem seems to be caused by the form's AutoSizeMode being on GrowAndShrink, and not GrowOnly, which is the default setting. Resetting to GrowOnly fixed the issue.
(confirmed on MSVS2013 with .net 4.5 on Win7)
Make sure the FormBorderStyle is set to Sizable, and that the SizeGripStyle property is set to Auto or Hide.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With