Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141043 | Nov 20,2018 10:29 AM UTC | Nov 22,2018 04:23 AM UTC | Xamarin.Forms | 3 |
![]() |
Tags: SfComboBox |
...
_comboBox = new SfComboBox();
_comboBox.IsEditableMode = false;
_comboBox.MaximumDropDownHeight = 200;
_comboBox.HeightRequest = 40;
Entries = new ObservableCollection<SelectionViewEntry>();
_comboBox.DataSource = this.Entries;
_comboBox.DisplayMemberPath = "Entries[0]";
...
public class SelectionViewEntry
{
public string[] Entries { get; set; }
}
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.