winforms icon indicating copy to clipboard operation
winforms copied to clipboard

DemoConsole app: Unexpected warning pops up when clicking 'Edit Items...' command link for ListBox in Properties window

Open Olina-Zhang opened this issue 2 months ago • 0 comments

.NET version

main branch of Winforms repo

Did it work in .NET Framework?

Yes

Did it work in any of the earlier releases of .NET Core or .NET 5+?

No, still repro in Release/9.0 branch when ListBox was added in DemoConsole app, no this control in DemoConsole app on Release/8.0 branch

Issue description

In DemoConsole test app of WinForms repo, unexpected warning pops up when clicking 'Edit Items...' command link for ListBox in Properties window

Image

Expected Result: for clicking Items property

Image

In .NET framework 4.8.1 for DemoConsole app, there hasn't 'Edit Items...' command link for ListBox in Properties window

Steps to reproduce

Test the sample app: DemoConsole in Winforms repo, go to TabControl and TableLayoutPanel page to find ListBox control

Olina-Zhang avatar Nov 19 '25 09:11 Olina-Zhang