Skip to content

SEO-2271 Xamarin.Android SfAutoComplete Missing H1 tag #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v20.1.0.55
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions xamarin-android/SfAutoComplete/Header-and-Footer.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down Expand Up @@ -42,7 +42,7 @@ countryAutoComplete.DropDownHeaderView = textView;

{% endtabs %}

![](images/Header.png)
![Xamarin.Android SfAutoComplete Header](images/Header.png)

## Footer Content

Expand Down Expand Up @@ -74,7 +74,7 @@ countryAutoComplete.DropDownFooterView = textView;

{% endtabs %}

![](images/Footer.png)
![Xamarin.Android SfAutoComplete Footer](images/Footer.png)



Expand Down