mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
17 lines
505 B
Markdown
17 lines
505 B
Markdown
---
|
|
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%}
|