Skip to content

Text can get truncated in Combobox control in NET11 VisualStylesMode #14794

Description

@Zheng-Li01

.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

Image
NewIssue.mp4

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

Metadata

Metadata

Labels

🪲 bugProduct bug (most likely)NewApi-Net11Tracks issues for public APIs targeted for .NET 11.

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions