ItemHeight of ListBox is not scaled on high DPI in OwnerDrawFixed mode
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 103
Description
* .NET Core Version:
6.0
* Have you experienced this same bug with .NET Framework?:
No
**Problem description:**
When using ListBox in the OwnerDrawFixed mode, item heights are not scaled.
Scale 100%

Scale 150%

**Expected behavior:**
Item heights are scaled in the OwnerDrawFixed mode.
**Minimal repro:**
Sample app is attached. Run it with 100% and 150% scaling.
[ItemHeightBug.zip](https://github.com/dotnet/winforms/files/7756694/ItemHeightBug.zip)
Contributor guide
Assessment
This issue has not been assessed yet.