Click here to Skip to main content
15,888,251 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi
i am using list view and picker in xamarin forms
i Data is coming from the API and i have Bound with listview control and picker control.
this problem is that.
inside the listview values are coming properly but in picker only one and same value is coming inside the whole list.
please tell me how to show proper list inside the picker .

What I have tried:

<Picker x:Name="mypicker" SelectedItem="{Binding PM_PartNo}" ItemDisplayBinding="{Binding PM_PartNo}" ItemsSource="{Binding _matlist}" Title="--Select--">

</Picker>
Posted
Comments
[no name] 13-Apr-23 9:52am    
Why are you binding SelectedItem? If it's two-way, maybe that's what's limiting your view.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900