Hello everyone!
I have a problem with mdi parent and child. I want when resizing, or maximize, or minimize parent, child to fit to the parent size and all the controls from it (at controls I"m refering at position). For example when you open a window of an application and when you change its size all the controls are fitting to the screen, not like size but like position.
I hope I made it clear, if not, please tell me.
Thanks in advance!
The main problem is the one with mdi parent and child: "I want when resizing, or maximize, or minimize parent, child to fit to the parent size".
Loading
Dana MariaPosted May 22, 2013, 9:17 AM
Shankar MPosted May 22, 2013, 5:26 AM
You can use the Anchor property and Dock property of the Controls to achieve this.
I have tried this with a single Form. You can try doing it in MDI. Here is the Link.
http://www.c-sharpcorner.com/UploadFile/c5c6e2/dynamically-resizing-controls-on-windows-forms-using-ancho/
Thanks, Shankar M