[HDPI] The default Image Icon of DataGridView Image column is not scaled well on 300% primary screen
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 103
Description
### .NET version
.NET 8.0.100-alpha.1.22565.7
### Did it work in .NET Framework?
No
### 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
The default Image Icon of DataGridView Image columns is 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/10072419/DataGridViewSample.zip)
Contributor guide
Assessment
This issue has not been assessed yet.