Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Title bar merging with menu - WINFORMS

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.

like image 746
Sreekumar P Avatar asked Mar 24 '26 00:03

Sreekumar P


1 Answers

You can't. This is how the multiple-document interface (MDI) works.

If you don't want this, then you don't want MDI.

like image 56
Cody Gray Avatar answered Mar 26 '26 12:03

Cody Gray



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!