dotnet/winforms

There no "Open" button for the "DisplayMember" property and cannot not expand the dropdown list in the PropertyGrid control

Opened this issue · 2 comments

.NET version

.NET SDK 10.0.100-alpha.1.24573.1

Did it work in .NET Framework?

Yes

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

Can reproduce from .NET Core 3.1 to latest 10.0

Issue description

There no "Open" button for the "DiaplayMember" property and cannot not expand the dropdown list in the PropertyGrid control

Actual Results:
Image

Expected Results:
Image

Steps to reproduce

  1. Create a .NET WinForms project
  2. Add a PropertyGrid & ComboBox control on the Form1.cs[Design]
  3. Select the comboBox1 as Object for propertyGrid1
  4. Build & run the project
  5. Observe the "Open" button for DiaplayMember property value
  6. Press the "Alt + Down" keyboard to expand the dropdown list.

@KlausLoeffelmann presumably this will be easy to investigate when doing #12570

this issue is look like #12560