Hi all,
I am using an MDI Container for the creation of my app but I need to automatically resize my controls according to the size of the child form.
If I set the Anchor properties of all the controls (a datagridview, a textbox and two buttons), the end result is nowhere near what I actually need cause the items just resize without keeping their positions.
Any ideas please???
Thanks
I am using an MDI Container for the creation of my app but I need to automatically resize my controls according to the size of the child form.
If I set the Anchor properties of all the controls (a datagridview, a textbox and two buttons), the end result is nowhere near what I actually need cause the items just resize without keeping their positions.
Any ideas please???
Thanks
Comment