Android Sfcombobox, DropDownStrokeThickness wrong rendering

Hallo together,

on my android app, when setting the  DropDownStrokeThickness="2" to any value, the stroke will cover the whole item and the text in the dropdown is not visible. This happend on large xaml pages, with alot of elements and when I use the sftabview. After setting the  DropDownStrokeThickness="0", the text on the dropdown showsing correctly

 <combobox:SfComboBox

     x:DataType="{x:Null}"

     DisplayMemberPath="SectionName"

     DropDownBackground="{AppThemeBinding Light={StaticResource SFInputBackgroundLight},

                                          Dark={StaticResource SFInputBackgroundDark}}"

     DropDownStroke="{AppThemeBinding Light={StaticResource SFInputBorderLight},

                                      Dark={StaticResource SFInputBorderDark}}"

     DropDownStrokeThickness="2"

     FontAttributes="Bold"

     FontSize="16"

     HeightRequest="50"

     IsEditable="False"

     ItemsSource="{Binding LoadTrackCombo}"

     SelectedItem="{Binding SelectedItemSectionWeatherCopy, Mode=TwoWay}"

     TextColor="{AppThemeBinding Light={StaticResource SFInputHintTextNormalLight},

                                 Dark={StaticResource SFInputHintTextNormalDark}}">

I fixed this on my side for now, setting the DropDownStrokeThickness to zero.

Thanks,

Markus


1 Reply

AJ Arul Jenith Berkmans Syncfusion Team June 19, 2025 11:24 AM UTC

Hi Markus Nottbohm,

 

We were unable to reproduce the reported issue where the stroke covers the whole item and the text in the dropdown is not visible when setting DropDownStrokeThickness to 2 on Android.

 

To assist us in investigating further, could you please provide additional information or detailed steps to reproduce the scenario? If possible, kindly share a sample project that demonstrates the issue using the ComboBox control. This will help us analyze and resolve the problem more effectively.

 

Thank you for your cooperation.


Android output:


 shared image (4)


Regards,

Arul Jenith B.


Attachment: SfComboBoxSample_37d5e945.zip

Loader.
Up arrow icon