Size of Form and controls is bigger in WinForms .NET Core app compared to WinForms .NET Framework app #1948
Labels
area-HDPI-SA
Issues related to high DPI SystemAware mode
area-VSDesigner
Windows Forms out-of-proc designer related issues
Problem description:
Using Visual Studio 2019 16.3 Preview 4 create a WinForms .NET Core app and a WinForms
.NET Framework app, which have same designer code with some controls added.
WinFormsFrameworkApp.zip
WinFormsCoreApp.zip
Build and run these 2 apps, and compare size of forms and controls
Actual behavior:
Size of Form and controls is bigger in WinForms .NET Core app compared to WinForms .NET Framework app (for example Form is 1178x799 pixels on .NET Core 3.0 and 1010x697 pixels on .NET Framework 4.8)
Expected behavior:
They should have same size (pixel by pixel identical).
The text was updated successfully, but these errors were encountered: