diff --git a/xamarin-android/SfCarousel/getting-started.md b/xamarin-android/SfCarousel/getting-started.md index f3183dc9a..c6466ff46 100644 --- a/xamarin-android/SfCarousel/getting-started.md +++ b/xamarin-android/SfCarousel/getting-started.md @@ -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. +title : Getting Started with Xamarin.Android Carousel Control | Syncfusion +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. @@ -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) \ No newline at end of file diff --git a/xamarin-android/SfComboBox/ComboBox-Modes.md b/xamarin-android/SfComboBox/ComboBox-Modes.md index c4171b9d9..c7d65a4e2 100644 --- a/xamarin-android/SfComboBox/ComboBox-Modes.md +++ b/xamarin-android/SfComboBox/ComboBox-Modes.md @@ -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. @@ -23,7 +23,7 @@ comboBox.IsEditableMode = true; {% endtabs %} -![](images/editable.png) +![Editable ComboBox in Xamarin.Android](images/editable.png) ## Non-editable combo box @@ -37,5 +37,5 @@ comboBox.IsEditableMode = false; {% endtabs %} -![](images/noneditable.png) +![Non-editable ComboBox in Xamarin.Android](images/noneditable.png)