.NET version
11.0.0-preview.7.26365.114 + private dlls built from Net11/Integration-2 branch of https://github.com/KlausLoeffelmann/winforms repo
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This is new API introduced by #14746
Issue description
The checkbox & radiobutton displayed incorrectly after added to TabContorl with set VisualStylesMode as NET11
Steps to reproduce
- Create a .NET winforms project
- Set the VisualStylesMode as NET11 for the form1
- Add TabContrl control on the form1.cs[Design]
- Add the RadioButton/CheckBox control for tabControl1
.NET version
11.0.0-preview.7.26365.114 + private dlls built from Net11/Integration-2 branch of https://github.com/KlausLoeffelmann/winforms repo
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This is new API introduced by #14746
Issue description
The checkbox & radiobutton displayed incorrectly after added to TabContorl with set VisualStylesMode as NET11
Steps to reproduce