Hi All,
I have used MVVM pattern for building my application using xamarin forms. I need to bind my picker control with itemsource. But there is no property ItemSource is avaialble for pickercontrol.
I have also tried BindablePicker control. It is not showing the values.
Could anyone please help me.