Click here to Skip to main content
15,881,516 members
Articles / Mobile Apps / Xamarin

Xamarin Picker with ID-based Binding

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
27 Apr 2020CPOL11 min read 19.9K   363   3  
Allow picker to show selected item by a bound ID such as by key/value list choices
You have a record that has id "keys" associated with a lookup table or other key/value basis. A standard picker will not show the value when a record is retrieved for display and the picker has an ItemsSource based on some key/value pair source. My ComboPicker class will show the proper value based on the bound ID, such as when a record is retrieved from database. This combo picker offers additional functionality too.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Database Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions