Open hmisaki opened 1 year ago
@Olina-Zhang, can you check this in the latest version and see if this is an issue only for VB?
@dreddy-work Verified this on .NET 8.0 latest build: 8.0.100-rc.2.23469.4,this issue may be a problem caused by the ItemHeight property of the TreeView.
https://github.com/dotnet/winforms/assets/86937911/e3c72e8f-38a0-41a2-a5a7-2a8ec9a7909d
.NET version
.NET 6.0
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No
Issue description
The item text is cut inside the TreeView in high DPI. See shortcut: It works in .net framework 4.7 : (change the from net6.0-windows to net47)
The test code: TreeViewSample.zip
Steps to reproduce