You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HScroolBar/VScrollBar are not in dark mode, the issue also can reproduce on for the controls with scrollbar, such as checkedlistbox with scrollbar, and Form with scrollbar.
Steps to reproduce
Create a WinForms .NET application with HScroolBar/VScrollBar control
Enable DarkMode by Application.SetColorMode(SystemColorMode.Dark) in Program.cs file
Run application to observe
The text was updated successfully, but these errors were encountered:
.NET version
.NET SDK 9.0.100-rc.2.24428.4
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 HScroolBar/VScrollBar are not in dark mode, the issue also can reproduce on for the controls with scrollbar, such as checkedlistbox with scrollbar, and Form with scrollbar.
Steps to reproduce
The text was updated successfully, but these errors were encountered: