dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The comboBox incorrect display when setting its DropDownStyle as Simple in the DemoConsole application

MelonWang1 opened this issue · comments

.NET version

.Net 9.0: Main branch of 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+?

No, it doesn't work in .NET 8.0 from Release/8.0 branch of Winforms repo. It has related designer issue 2707.

Issue description

Actual result in DemoConsole test app:

combobox.mp4

Expected result:

combobox.designtime.mp4

Steps to reproduce

Test sample: DemoConsole in Winforms repo.

This issue will be fixed in PR #11363