-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
💥 regression-releaseRegression from a public releaseRegression from a public releasearea-DarkModeIssues relating to Dark Mode featureIssues relating to Dark Mode featureuntriagedThe team needs to look at this issue in the next triageThe team needs to look at this issue in the next triage
Description
.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+?
This is a regression issue, not reproduce .NET 9.0
Issue description
The combobox refuses dark theme when on first tabpage of a tabcontrol
Expected Results:

Steps to reproduce
- Create a .NET winforms project with a TabCpntrol control
- Add a Combobox contorl in the tabPage1
- Set app under Dark mode in program.cs file
Application.SetColorMode(SystemColorMode.Dark); - Run the application
More info:
- The issue can reproduce when setting the DropDownStyle as DropDown/DropDownList, not reproduce when setting the DropDownStyle as Sample
Metadata
Metadata
Assignees
Labels
💥 regression-releaseRegression from a public releaseRegression from a public releasearea-DarkModeIssues relating to Dark Mode featureIssues relating to Dark Mode featureuntriagedThe team needs to look at this issue in the next triageThe team needs to look at this issue in the next triage
