.NET version
latest .NET 10.0 build
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
The issue also can reproduce .NET 9.0
Issue description
The text of button of List Item does not display in the TabPage Collection Editor dialog, and the text is insufficient contrast for focused items
Steps to reproduce
- Create a .NET winforms project with PropertyGrid & TabControl controls
- Select the tabContorl1 as object for the propertyGrid1
- Set app under Dark mode in program.cs file
Application.SetColorMode(SystemColorMode.Dark);
- Run the application
- Open the TabPage Collection Editor dialog, and select the items
More info:
- The issue can reproduce all controls which support open the collection editor dialog via PropertyGrid control.