-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area-HDPI-SAIssues related to high DPI SystemAware modeIssues related to high DPI SystemAware modearea-Theming
Milestone
Description
-
.NET Core Version: 3.0+
-
Have you experienced this same bug with .NET Framework?: Yes, but strictly not applicable because .NET Framework dose'nt respect system font.
Problem description:
With AutoScaleMode.Font
WinForms app must respect system font changes on the fly. But this doesn't happens - some controls will increase their font, some will not, but all of them not will increase their sizes. Correct look will be only after restart the app.
I think this is well known problem, but have created this for tracking...
Expected behavior:
App must correctly scale after system font changed, without relaunch.
Minimal repro:
Any WinForms app with AutoScaleMode.Font
.
Metadata
Metadata
Assignees
Labels
area-HDPI-SAIssues related to high DPI SystemAware modeIssues related to high DPI SystemAware modearea-Theming