Hi,
I have been using Xamarin cross platform developement from the last one month. In my application i need to use Dropdown but in xamarin.forms we don't have any control as of now but as a replacement we can use picker control. So i tried using picker control in xaml but not getting any proper syntax to use Picker control with itemTemplate or dataTemplate so can any one help me with the syntax for this????
Posts
Checkout this link
http://forums.xamarin.com/discussion/19079/data-binding-for-the-items-source-of-a-picker-control
Thanks MirMajeed but it would be more helpful if you can provide me with the syntax in xaml to define itemTemplate like we do in xaml so that we can customize its looks according to our requirement.