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

Set ComboBox arrow color

Hi,

I need to use the SfComboBox in an app page where there is also the SfExpander. For UI reasons, I'm trying to set the SfComboBox arrow to the same color of the SfExpander one. The attached screenshot shows the situation.
Is there any way to do this?

There is a way to limit the max "Text" length?

Thanks and regards,
Vito 

Attachment: Screenshot_app_60098a9e.zip

1 Reply

AS Anandraj Selvam Syncfusion Team February 11, 2020 02:22 PM UTC

Hi Vito Feleppa, 
 
Greetings from the Syncfusion. 
 
We would like to let you know that we have checked the reported query and we have achieved your requirement using FontIcon and FontColor property as in  below: 
 
Code Snippet: 
 
<combobox:SfComboBox.DropDownButtonSettings> 
        <combobox:DropDownButtonSettings FontFamily="Segoe MDL2 Assets.ttf#Segoe MDL2 Assets" HighlightFontColor="Orange" FontIcon="&#xE936;" FontColor="Orange" /> 
</combobox:SfComboBox.DropDownButtonSettings> 
 
 
Screenshot:  
  
 
Please revert us for further investigation. 
 
Regards 
Anand Raj S. 


Loader.
Live Chat Icon For mobile
Up arrow icon