Files
2016-07-06 16:09:11 +03:00

505 B

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%}