Home > database >  How to make only the form size to change when changing its size in the designer?
How to make only the form size to change when changing its size in the designer?

Time:10-25

now when i change the form size in the designer by dragging it at the bottom the other controls move with it down. i want to make more space at the bottom to add more controls.

this screenshot is the original size :

original size

and this screenshot when i drag and change the form size at the bottom :

after changed the form size there is no space at the bottom the controls moved with the form size.

CodePudding user response:

Remove bottom anchor from controls you don't want to resize.

This guy:

enter image description here

  • Related