Skip to content

ComboBox dropdown button disappear when switching RightToLeft property #12590

@Liv-Goh

Description

@Liv-Goh

.NET version

.NET 10 and .NET9 both having this issue

Did it work in .NET Framework?

Yes

Did it work in any of the earlier releases of .NET Core or .NET 5+?

This issue cannot reproduce in .NET 8, so this is a regression issue.

Issue description

Current Behavior (.NET 9.0 and 10.0)

When change the RightToLeft property after expanding the Popup FlatStyle comboBox, the dropdown button on the comboBox disappeared
When hover cursor to the disappeared dropdown button, the dropdown button will appear again.
Image

Expected Behavior (.NET 8.0)

When change the RightToLeft property after expanding the comboBox, dropdown button on the comboBox won't be affected.
Image

Steps to reproduce

  1. Open the test app
  2. Build and run the project
  3. Click the dropdown button to expand the comboBox (this step is compulsory)
  4. Change the comboBox RightToLeft property
  5. Observe the dropdown button on the comboBox

Test app: ComboBox Dropdown issue.zip

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions