Skip to content

[VisualStylesMode: Net11] The border line was interrupted for the ComboBox control when setting the RightToLeft as Yes in NET11 mode #14783

Description

@Zheng-Li01

.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

Image

Steps to reproduce

  1. Create a WinForms application targeting .NET 11
  2. Set VisualStylesMode = VisualStylesMode.Net11
  3. Add a ComboBox control on the Form1.cs[Design] page
  4. Set the RightToLeft as Yes for the combobox1
  5. Observer the border line for the combobox1

More info:
The issue also can reproduce when adding the Combobox contorl in TableLayoutPanel/FlowLayoutPanel container control

Image

Metadata

Metadata

Labels

🪲 bugProduct bug (most likely)NewApi-Net11Tracks issues for public APIs targeted for .NET 11.

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions