.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
- Open the test app
- Build and run the project
- Click the dropdown button to expand the comboBox (this step is compulsory)
- Change the comboBox RightToLeft property
- Observe the dropdown button on the comboBox
Test app: ComboBox Dropdown issue.zip
.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