Override default MDI behavoir

  • Thread starter Eyvind W Axelsen
  • 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.
 
E

Eyvind W Axelsen

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.
 
Joined
Mar 31, 2006
Messages
1
Reaction score
0
Did anyone solve this issue

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top