You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Multi-Monitor][PermonitorV2] Buttons are not not scaled well (with Anchor=Top,Bottom) when move from 300% primary screen to 100% secondary monitor #8266
.NET 8.0.100-alpha.1.225727.7 + private dlls build from Winforms repo, regression from PR: #7956
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Yes, it'a regression issue, not repro on .NET 6.0 & 7.0, only repro on .NET 8.0.100-alpha.1.225727.7 + private dlls build from Winforms repo, regression from PR: #7956
Issue description
Buttons are not not scaled well (with Anchor=Top,Bottom) when move from 300% primary screen to 100% secondary monitor
Steps to reproduce
Launch VS instance on 300% primary screen.
Create a WinForms .NET Core project.
Add PerMonitorV2 in csproj file.
Add some buttons with different anchor properties to form designer.
.NET version
.NET 8.0.100-alpha.1.225727.7 + private dlls build from Winforms repo, regression from PR: #7956
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Yes, it'a regression issue, not repro on .NET 6.0 & 7.0, only repro on .NET 8.0.100-alpha.1.225727.7 + private dlls build from Winforms repo, regression from PR: #7956
Issue description
Buttons are not not scaled well (with Anchor=Top,Bottom) when move from 300% primary screen to 100% secondary monitor

Steps to reproduce
Or:
Actual result:

Buttons are not not scaled well (with Anchor=Top,Bottom) when move from 300% primary screen to 100% secondary monitor.
Expected result:

Buttons should be scaled well (with Anchor=Top,Bottom) when move from 300% primary screen to 100% secondary monitor.
More info: