-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area-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+?
In .NET 9.0, the tabPage is not in darkmode when setting the Alignment as Left/Right/Top/Bottom
In .NET 10.0, the tabPage is not in darkmode when setting the Alignment as Left/Right, and working well when setting the Alignment as /Top/Bottom
Issue description
In .NET 9.0, the tabPage is not in darkmode when setting the Alignment as Left/Right/Top/Bottom
In .NET 10.0, the tabPage is not in darkmode when setting the Alignment as Left/Right, and working well when setting the Alignment as /Top/Bottom
Steps to reproduce
- Create a .NET winforms project with a TabCpntrol control
- Setting the Alignment property as Left/Right
- Set app under Dark mode in program.cs file
Application.SetColorMode(SystemColorMode.Dark); - Run the application
Metadata
Metadata
Assignees
Labels
area-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