.NET version
.NET 11.0.100-preview.7.26365.114 + Private dlls built from Net11/Integration-3 branch of https://github.com/KlausLoeffelmann/winforms repo
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Not support, new feature
Issue description
A ComboBox may render incorrectly after switching between VisualStylesMode.Classic and VisualStylesMode.Net11 in design time.
The issue is not observed when the application starts directly in either mode

Steps to reproduce
- Create a WinForms .NET application
- Set VisualStylesMode to Net11.
- Add a ComboBox to form designer
- Switch to VisualStylesMode.Classic
- Observe the ComboBox rendering.
.NET version
.NET 11.0.100-preview.7.26365.114 + Private dlls built from Net11/Integration-3 branch of https://github.com/KlausLoeffelmann/winforms repo
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Not support, new feature
Issue description
A ComboBox may render incorrectly after switching between VisualStylesMode.Classic and VisualStylesMode.Net11 in design time.

The issue is not observed when the application starts directly in either mode
Steps to reproduce