When i try to resize the form i find that the controls being resized with it
[Question] How could i prevent the controls from being resized with the form ?!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The controls are resized in two cases
When the control is docked
When the Anchor property contains an anchor to the left as well as to the right side or to the upper as well as to the lower border.
Release one of the Left/Right and Top/Bottom anchors.