[HDPI]The dotted line between the checkbox and expand/collapse of the TreeView control disappears in HDPI mode
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 103
Description
### .NET version
.NET SDK 10.0.100-alpha.1.24623.3
### Did it work in .NET Framework?
Yes
### Did it work in any of the earlier releases of .NET Core or .NET 5+?
Can reproduce all previous versions
### Issue description
**Actually Results:**
The dot line disappeared between checkbox and Expand/collapse in HDPI mode

**Expected Results:**
The dot line display well between checkbox and Expand/collapse in HDPI mode

### Steps to reproduce
1. Setting the machine as High DPI: 250%
2. Build & run application[SystemAware.zip](https://github.com/user-attachments/files/18242441/SystemAware.zip)
3. Click the ChecBox = True & OwnerDrawText button
4. Observe the dot line between checkbox and Expand/collapse
**More info:**
1. There has a similar issue [5097](https://github.com/dotnet/winforms/issues/5097) in Multi-Monitor mode.
Contributor guide
Assessment
This issue has not been assessed yet.