Hi Mohammad,
Greetings from Syncfusion.
SfComboBox supports the FlowDirection from version (16.4.0.42). In order to achieve this, you need to set the FlowDirection property as mentioned below.
<comboBox:SfComboBox FlowDirection="LeftToRight" /> |
For Android platform, we need to add an additional code on AndroidManifest.xml file as given below.
<application android:label="{sample name}.Android" android:supportsRtl="true"></application> |
We have prepared a sample for the same, please download it from the link given below.
Please let us know if you have any further clarification on this.
Regards,
Dhanasekar