[Multi-Monitor] PerMonitorV2 wrong scale controls with different Font properties
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 - [ ]
RichTextBoxalso see https://github.com/dotnet/winforms/issues/5205
Was there any work put into this the previous versions? Most of the problems/bugs regarding to PerMonitorV2 i reported ages ago are still not fixed. I have just given up on these.
I have since then switched to SystemAware and told my users that this is a Microsoft problem and cannot be fixed by our dev team.
Was there any work put into this the previous versions?
I think this question not to me but for team. I can say only, that DPI overhaul initially was promised in net5, then net6, net7 and then dreddy-work (he was responsible for this task) left the team. After that I haven't heard about DPI overhaul and HDPI project was deleted from the repository 😢