-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
🚧 work in progressWork that is current in progressWork that is current in progressarea-DarkModeIssues relating to Dark Mode featureIssues relating to Dark Mode featurehelp wantedGood issue for external contributorsGood issue for external contributors
Milestone
Description
.NET version
.NET 9.0.100-rc.2.24453.35
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This is a new feature Dark Mode: #11857
Issue description
The nodes of TreeeView not in dark mode when editing it, and the issue also can reproduce ItemView item when editing it.
Steps to reproduce
- Create a .NET Winforms project with TreeView control.
- Add some node for treeview1, and set the LabelEdit value as True.
- Enable DarkMode by Application.SetColorMode(SystemColorMode.Dark) in Program.cs file
- Build and run the application
- Edit the node, and observe the results.
Reproduce application:
ReproduceApplication.zip
Metadata
Metadata
Assignees
Labels
🚧 work in progressWork that is current in progressWork that is current in progressarea-DarkModeIssues relating to Dark Mode featureIssues relating to Dark Mode featurehelp wantedGood issue for external contributorsGood issue for external contributors