3
Answers

SelectedValue which is invalid because it does not exist in

Ronak Patel

Ronak Patel

8y
324
1
SelectedValue which is invalid because it does not exist in the list of items..
Answers (3)
0
arvind baldaniya
NA 282 13.3k 8y
Not Display Data 
My XAML File
 
<Picker x:Name="City" Title="City" HorizontalOptions="FillAndExpand" BindingContext="{Binding get_Cities}" SelectedIndex="{Binding CitySelectedIndex}" >
</Picker>
 
 
 
 
 
0
Madhanmohan Devarajan
NA 6.5k 471.5k 8y
Your code seems to be fine. Do you have any problem in populating the City dropdown dynamically?