diff --git a/xamarin-android/SfAutoComplete/Header-and-Footer.md b/xamarin-android/SfAutoComplete/Header-and-Footer.md index 43bd3e93..4c523214 100644 --- a/xamarin-android/SfAutoComplete/Header-and-Footer.md +++ b/xamarin-android/SfAutoComplete/Header-and-Footer.md @@ -1,13 +1,13 @@ --- layout : post -title : Header and Footer in Syncfusion SfAutoComplete control for Xamarin.Android -description : Learn how to enable Header and Footer in SfAutoComplete +title: Header and Footer in Xamarin.Android SfAutoComplete | Syncfusion +description: Learn more about how to enable Header and Footer in Syncfusion Xamarin.Android SfAutoComplete control, its elements, and more. platform : Xamarin.Android control : SfAutoComplete documentation : ug --- -## Header and Footer +# Header and Footer in Xamarin.Android SfAutoComplete We can provide Header and Footer content in the SfAutoComplete by enabling `ShowDropDownHeaderView` and `ShowDropDownFooterView`. @@ -42,7 +42,7 @@ countryAutoComplete.DropDownHeaderView = textView; {% endtabs %} -![](images/Header.png) +![Xamarin.Android SfAutoComplete Header](images/Header.png) ## Footer Content @@ -74,7 +74,7 @@ countryAutoComplete.DropDownFooterView = textView; {% endtabs %} -![](images/Footer.png) +![Xamarin.Android SfAutoComplete Footer](images/Footer.png)