[HDPI] From the second row, DataGridView rows are not scaled well on 300% primary screen
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 1d 13m
- Merged PRs (30d)
- 85
Description
### .NET version
.NET 8.0.100-alpha.1.22565.7
### Did it work in .NET Framework?
Yes
### Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, it also repro on .NET 6.0 & 7.0.
### Issue description
From the second row, DataGridView rows are not scaled well on High Dpi system setting when application is in SystemAware or PerMonitorV2 mode
On 300% primary screen:

On 175% primary screen:

On 100% DPI:

### Steps to reproduce
Use this sample application to run on High DPI system setting:
[DataGridViewSample.zip](https://github.com/dotnet/winforms/files/10072643/DataGridViewSample.zip)
Contributor guide
Assessment
This issue has not been assessed yet.