winforms
winforms copied to clipboard
[Dark Mode] the text of subitems for the ListView control have the wrong status when setting the View as Tile in DarkMode
.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 on .NET 9.0
Issue description
the text of subitems for the ListView control have the wrong status when setting the View as Tile in DarkMode, which should keep consistent with classic mode.
Steps to reproduce
- Create a .NET winforms project with a ListView control
- Add some items & subitems for the ListView
- Set the View as Tile
- Set app under Dark mode in program.cs file
Application.SetColorMode(SystemColorMode.Dark); - Run the application