ComboBox dropdown button disappear when switching RightToLeft property #12590
Labels
💥 regression-release
Regression from a public release
🚧 work in progress
Work that is current in progress
.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.
Expected Behavior (.NET 8.0)
When change the RightToLeft property after expanding the comboBox, dropdown button on the comboBox won't be affected.
Steps to reproduce
Test app: ComboBox Dropdown issue.zip
The text was updated successfully, but these errors were encountered: