Skip to content
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

SEO-176113-Image-Alt-Text-Xamarin #417

Open
wants to merge 4 commits into
base: hotfix/hotfix-v24.1.41
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
berylouma marked this conversation as resolved.
Show resolved Hide resolved
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 SfCarousel](images/carousel.png)
berylouma marked this conversation as resolved.
Show resolved Hide resolved

You can find the complete getting started sample from this [Link](http://www.syncfusion.com/downloads/support/directtrac/general/ze/GettingStartedSampleCarousel39791457)
8 changes: 4 additions & 4 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
berylouma marked this conversation as resolved.
Show resolved Hide resolved
description : Learn how to change the ComboBox modes in SfComboBox
description : Learn how to change the ComboBox modes in in Syncfusion Essential Xamarin.Android ComboBox Control, its elements, and more.
berylouma marked this conversation as resolved.
Show resolved Hide resolved
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)