There no "Open" button for the "DisplayMember" property and cannot not expand the dropdown list in the PropertyGrid control
Opened this issue · 2 comments
Zheng-Li01 commented
.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
Steps to reproduce
- Create a .NET WinForms project
- Add a PropertyGrid & ComboBox control on the Form1.cs[Design]
- Select the comboBox1 as Object for propertyGrid1
- Build & run the project
- Observe the "Open" button for DiaplayMember property value
- Press the "Alt + Down" keyboard to expand the dropdown list.
JeremyKuhne commented
@KlausLoeffelmann presumably this will be easy to investigate when doing #12570
ravipoddar10mca commented
this issue is look like #12560