-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area-Anchor/ScalingHDPI issues around anchoring and dockingHDPI issues around anchoring and dockingarea-HDPIHDPI, not specific to Dpi mode of appHDPI, not specific to Dpi mode of appuntriagedThe team needs to look at this issue in the next triageThe team needs to look at this issue in the next triage
Description
.NET version
.Net9
Did it work in .NET Framework?
Not tested/verified, but I think - NO.
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Not working with .Net8, and I think with oldest too.
Issue description
Form designed and launched with 125% dpi:

If AnchorStyles.Bottom is used then problems are more huge:

This is one of more others issues with anchoring Bottom / Right and HDPI:
#5076
#8157
#10958
#11516
...
Setting:
{
"configProperties": {
"System.Windows.Forms.AnchorLayoutV2": true
}
}in runtimeconfig.template.json will solve the issues.
Steps to reproduce
Metadata
Metadata
Assignees
Labels
area-Anchor/ScalingHDPI issues around anchoring and dockingHDPI issues around anchoring and dockingarea-HDPIHDPI, not specific to Dpi mode of appHDPI, not specific to Dpi mode of appuntriagedThe team needs to look at this issue in the next triageThe team needs to look at this issue in the next triage