We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

SfComboBox doesnt supprt FlowDirection

Hi there
I realized that comboBox doesn't support flowDirection . I want DropDownButton to be the left side of combo Box like the picture but it wouldn't move.
I Couldn't Change the direction with custom renderer either.
could you please add some feature to move DropDownButton to the left?
Thanks


3 Replies

DR Dhanasekar R Syncfusion Team January 25, 2019 03:49 AM

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. 
 
Sample linkSfComboBoxSample 
 
Please let us know if you have any further clarification on this. 
 
Regards, 
Dhanasekar 
 



KE Kevinhk April 24, 2020 01:27 PM

and how we can't do the same in ios ?


RS Ramya Soundar Rajan Syncfusion Team April 27, 2020 02:45 AM

Hi anass, 
 
Greetings from Syncfusion. 
 
We have checked the sample provided in previous update with our latest NuGet and it works fine in iOS platform. Please find the sample with latest NuGet and screenshot for this, 
 
Please check with the above sample, if the issue still persists, could you please modify the above sample with replication steps or provide sample. This will be helpful for us to provide the solution at the earliest. 
 
Regards, 
Ramya S 


Loader.
Live Chat Icon For mobile
Up arrow icon