Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
6 changes: 3 additions & 3 deletions xamarin-android/SfCarousel/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout : post
title : Getting Started with Syncfusion Carousel Control for Xamarin.Android
description : A quick tour to initial users on Syncfusion carousel control for Xamarin.Android platform.
description : Learn here about getting started with Syncfusion Essential Xamarin.Android Carousel Control, its elements, and more.
platform : Xamarin.Android
control : SfCarousel
documentation : ug
---

# Getting Started
# Getting Started with Xamarin.Android Carousel

This section explains you the steps to configure a SfCarousel control in a real-time scenario and also provides a walk-through on some of the customization features available in SfCarousel control.

Expand Down Expand Up @@ -114,6 +114,6 @@ carousel.SelectedIndex=2;

{% endhighlight %}

![](images/carousel.png)
![Selected index Xamarin.Android Carousel](images/carousel.png)

You can find the complete getting started sample from this [Link](http://www.syncfusion.com/downloads/support/directtrac/general/ze/GettingStartedSampleCarousel39791457)
10 changes: 5 additions & 5 deletions xamarin-android/SfComboBox/ComboBox-Modes.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout : post
title : ComboBox modes for Syncfusion ComboBox control in Xamarin.Android
description : Learn how to change the ComboBox modes in SfComboBox
title : ComboBox modes in Xamarin.Android ComboBox Control | Syncfusion
description : Learn how to change the ComboBox modes in Syncfusion Essential Xamarin.Android ComboBox Control, its elements, and more.
platform : Xamarin.Android
control : SfComboBox
documentation : ug
---

# ComboBox modes
# ComboBox modes in Xamarin.Android ComboBox

The SfComboBox supports both editable and non-editable text boxes to choose selected items in given data source. Users can select an item from the suggestion list.

Expand All @@ -23,7 +23,7 @@ comboBox.IsEditableMode = true;

{% endtabs %}

![](images/editable.png)
![Editable ComboBox in Xamarin.Android](images/editable.png)

## Non-editable combo box

Expand All @@ -37,5 +37,5 @@ comboBox.IsEditableMode = false;

{% endtabs %}

![](images/noneditable.png)
![Non-editable ComboBox in Xamarin.Android](images/noneditable.png)