winforms
winforms copied to clipboard
[DarkMode] there no status changes when using mouse over the tabPage items in DarkMode
.NET version
latest .NET SDK 10.0.1
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
The issue appeared after introduced the DarkMode feature for the TabControl control with the https://github.com/dotnet/winforms/pull/13610
Issue description
There no status changes when using mouse over the tabPage items in DarkMode Actual Results:
https://github.com/user-attachments/assets/c9d06fea-98ce-4fc6-b3fc-fab5b1bebb6d
Expect Results:
https://github.com/user-attachments/assets/36aee900-24a0-473e-bada-6bf8460051d7
Steps to reproduce
- Steps to reproduce
- Create a new Windows Forms application with TabControl control
Application.SetColorMode(SystemColorMode.Dark); - Run the application
- Use mouse over the tabPage items, and observe the status for the tabPage items
TabControl is a native control. not a UserPaint control , unable to fix this issue at Winforms repo. We may need to wait for the system to update dark mode.