Oh, yes, I realise you're not from Syncfusion :)
I tried to post some XAML but the forum software mangled it. Is there some way to tell the forum I want to insert code? I'll try and post the XAML again:
<comboBox:SfComboBox Grid.Row="1" DataSource="{Binding Priorities}" DisplayMemberPath="Name" EnableSelectionIndicator="True"
SelectedItem="{Binding SelectedPriorityDto, Mode=TwoWay}" SelectedValuePath="Name"/>
The C# is just a class and a view model and they are shared by iOS, Android and WPF. They work fine with everything except SfComboBox. In fact SfComboBox appears to be accessing the data but just never renders anything. Last night I found that someone else reported that earlier this year but there was no follow-up.
None of this is supposed to be rocket science. I've been working with WPF for a couple of years now and with Xamarin for nearly a year :-/