Override default MDI behavoir

  • Thread starter Thread starter Eyvind W Axelsen
  • Start date Start date
E

Eyvind W Axelsen

Hi.

I am creating an application (primarily in C#), with MDI child windows. What
I would like to do, is to override the default behavoir that makes a newly
createad child form maximized if the topmost childform that already exists
is also maximized. Furthermore, if I maximize one form, I don't want all the
other forms to be maximized, and the same thing goes for 'restoring' forms
to their original size.

Any ideas?

Thanks,

Eyvind.
 
Cor,

I am aware of the things you mention, however, this is not what my question
was about. Allow me to try to rephrase the question:

When an MDI child form is maximized inside an MDI container form, and
another MDI child form is opened, the new MDI child form is by default
maximized as well. Is there a way to override this default behavior?

Thanks,

Eyvind.
 
Did anyone solve this issue

Hi,I've struggled with the exact problem for a while now. Did anyone find a solution for this?
 
Back
Top