.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?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Not support, new feature of #14768
Issue description
The border line was interrupted for the ComboBox control when setting the RightToLeft as Yes
Steps to reproduce
- Create a WinForms application targeting .NET 11
- Set VisualStylesMode = VisualStylesMode.Net11
- Add a ComboBox control on the Form1.cs[Design] page
- Set the RightToLeft as Yes for the combobox1
- Observer the border line for the combobox1
More info:
The issue also can reproduce when adding the Combobox contorl in TableLayoutPanel/FlowLayoutPanel container control

.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?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Not support, new feature of #14768
Issue description
The border line was interrupted for the ComboBox control when setting the RightToLeft as Yes
Steps to reproduce
More info:
The issue also can reproduce when adding the Combobox contorl in TableLayoutPanel/FlowLayoutPanel container control