[Multi-Monitor] PerMonitorV2 wrong scale controls with different Font properties
Open
- 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
Assessment
This issue has not been assessed yet.