--- nav-title: "ListPicker How-To" title: "list-picker" environment: nativescript description: "Examples for using ListPicker" previous_url: /ApiReference/ui/list-picker/HOW-TO --- # ListPicker Using a ListPicker requires the "ui/list-picker" module. {%snippet article-require-listpicker-module%} ## Creating a ListPicker {%snippet article-create-listpicker%} ## Binding listPicker.items {%snippet article-binding-listpickeritems%} ## Selecting an item programmatically {%snippet article-selecting-item%}