### .NET version .NET 11.0.100-preview.7.26365.114 + Private dlls built from .NET 11/Integration-4 branch of https://github.com/KlausLoeffelmann/winforms repo ### Did it work in .NET Framework? Not tested/verified ### Did it work in any of the earlier releases of .NET Core or .NET 5+? Not support, new feature of https://github.com/dotnet/winforms/pull/14768 ### Issue description The text was truncated for the Combobox control in NET11 mode <img width="686" height="628" alt="Image" src="https://github.com/user-attachments/assets/985d4553-4196-4184-b4cc-3bf1fa5af387" /> https://github.com/user-attachments/assets/5c82e309-f8db-475d-a936-9f106bc1caf5 ### Steps to reproduce 1. Create a WinForms application targeting .NET 11 2. Set VisualStylesMode = VisualStylesMode.Net11 3. Add a ComboBox control on the Form1.cs[Design] page 4. Build & run the project 5. Input the text for the combobox1 control **More info:** The issue can reproduce on both Design time and run time
.NET version
.NET 11.0.100-preview.7.26365.114 + Private dlls built from .NET 11/Integration-4 branch of https://github.com/KlausLoeffelmann/winforms repo
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Not support, new feature of #14768
Issue description
The text was truncated for the Combobox control in NET11 mode
NewIssue.mp4
Steps to reproduce
More info:
The issue can reproduce on both Design time and run time