Picker
- PDF for offline use
- Related APIs:
Let us know how you feel about this
Translation Quality
0/250
last updated: 2017-04
The Picker view is a control for selecting a text item from a list of data.
A Picker displays a short list of items, from which the user can select. However, a Picker doesn't show any data when it's first displayed. Instead, the value of its Title property is shown as a placeholder on the iOS and Android platforms:
When the Picker gains focus, its data is displayed and the user can select an item:
Following selection, the selected item is displayed by the Picker:

There are two techniques for populating a Picker with data:
- Setting the
ItemsSourceproperty to the data to be displayed. This is the recommended technique, which was introduced in Xamarin.Forms 2.3.4. For more information, see Setting a Picker's ItemsSource Property. - Adding the data to be displayed to the
Itemscollection. This technique was the original process for populating aPickerwith data. For more information, see Adding Data to a Picker's Items Collection.
Let us know how you feel about this
Translation Quality
0/250
Xamarin Workbook
If it's not already installed, install the Xamarin Workbooks app first. The workbook file should download automatically, but if it doesn't, just click to start the workbook download manually.



