How to set background color on SfAutoComplete popup suggestion dialog

I working on dark themes in Xamarin with UWP platform and apply resource style on project to customise color on control
other stuff works but doesn't work on SfAutocomplete popup unable to apply background color.
please advise me how to change background color on popup (suggestion dialog)?

Sample Code
            <StackLayout VerticalOptions="Start" HorizontalOptions="Start" Padding="30">
                <xForms:SfAutoComplete HeightRequest="40" x:Name="AutoComplete" DisplayMemberPath="Name" DrawCell="AutoComplete_DrawCell">
                    <xForms:SfAutoComplete.ItemTemplate>
                        <DataTemplate>
                            <StackLayout Orientation="Horizontal" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" BackgroundColor="Aqua">
                                <Image Source="icon.png" WidthRequest="12"/>
                                <Label Text="{Binding Name}" />
                            </StackLayout>
                        </DataTemplate>
                    </xForms:SfAutoComplete.ItemTemplate>
                </xForms:SfAutoComplete>
            </StackLayout>

Attachment: SyncfusionProblem_662f18ed.zip

1 Reply

SK Selva Kumar  Veerakrishnan Syncfusion Team January 24, 2018 04:54 AM UTC

Hi Toss,

Thank you for contacting Syncfusion Support.

Currently we do not have support to apply background colour for DropDown on our SfAutoComplete control in Xamarin.Forms.Android and Xamarin.Forms.iOS platform. We will implement this feature and it will be available in our upcoming 2018 Volume 1 release.

Regards,

Selva Kumar V.

Loader.
Up arrow icon