IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.91k stars 841 forks source link

Maximize on Second Monitor Goes Off Screen #285

Open mpallmann opened 1 year ago

mpallmann commented 1 year ago

Trying out MaterialSkin for the first time and mostly works great. I have an issue when I maximize the mainform, but only on my second monitor (which is larger than the primary). This has the effect of moving the minimize, maximize, close buttons off the screen and also the bottom statusbar. This is concerning as I was hoping to put this into production and everyone has dual monitors.

This is on the primary screen, looks great. image

This is on my secondary screen, the right side goes way off, also lost the bottom status bar. image

The construction of this form is as follows: image

This form uses two Infragistics controls: UltraTabControl and AppStylistRuntime.

EDIT: I tried closing my laptop and the maximize worked perfectly on the monitor by itself (as the primary display). So it definitely seems to be a multiple screen problem.