dotnet / dotnet/winforms

[Multi-Monitor] PerMonitorV2 wrong scale controls with different Font properties

Open
#12,350 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.9k
Forks
1.1k
Avg merge
20h 23m
Merged PRs (30d)
103

Description

For now (.NET9) WinForms on PerMonitorV2 scaling will scale only `Font` property of the control. And if control have other Font properties (and they set to non default font) - the control will be scaled wrong.

An _approximate_ list of such controls obtained by a quick search:

- [ ] `DataGridView`
- [ ] `ListView`
- [ ] `TreeView`
- [ ] `DateTimePicker`
- [ ] `RichTextBox` also see https://github.com/dotnet/winforms/issues/5205

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.