dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

Maximized MetroForm on dual Monitor Environment - height is not adjusted #73

Open DragonflyNet67 opened 6 years ago

DragonflyNet67 commented 6 years ago

I have a dual Screen Environment where both Monitors have a Resolution of 1920 x 1200 pixels. On my primary Screen the height is reduced by the Windows statusbar at the bottom. When I maximize a metroform on my primary screen, it maximizes correctly to 1920 x (1200-Statusbarheight). But when I move it to the secondary Monitor with [WIN]+[SHIFT]+[Left Arrow] the height for the maximized form should be adapted to the height of 1200 pixels as the Standard Winform does. Unfortunately it remains reduced ant the Metroform on the secondary Screen is not maximized as it should be. I tested this with a standard Winform where it behaves as any other Windows Application. Also when moving it back to the primary Monitor (with reduced height - Statusbar) the maximized Winform remains maximized but the height is automatically reduced bei the Statusbar Height. Metroform behaves different. The Metroform (in Maximized Mode) can then also not be moved back to the primary Window with [WIN]+[SHIFT]+[Right Arrow]. Is there a way to have the Metroform behave as any other Windows Application or Standard Winform in maximized Mode when Moving from one Monitor to the other ?