Force MDI Child form to Maximize with Parent

  • Thread starter Thread starter Chris Calhoun
  • Start date Start date
C

Chris Calhoun

So in other words when I maximize the parent form. I want to force any child
forms already opened to be maximized as well. Or when opening a new child
form while the parent is maximized I would like those child windows to be
maximized also.

Does anyone know how to accomplish this.

Thanks in advance!
 
My guess would be to trap maximize event, or size change event in the parent
frame and then update all children accordingly?
 
Back
Top