mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
505 B
505 B
nav-title, title, environment, description, previous_url
| nav-title | title | environment | description | previous_url |
|---|---|---|---|---|
| ListPicker How-To | list-picker | nativescript | Examples for using ListPicker | /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%}