I have a MDIContainer form. When the child form is maximized, its title bar is merged with menu.
How can we avoid this merging? That means the child form has to display its title bar in maximized state also.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t. This is how the multiple-document interface (MDI) works.
If you don’t want this, then you don’t want MDI.