In this article
Not finding the help you need?
The ListPicker
is a spinner type component for listing options.

Improve this document
Demo Source
Improve this document
Demo Source
Name |
Type |
Description |
items |
Array<any> |
Gets or set the items collection of the ListPicker. The items property can be set to an array or an object defining length and getItem(index) method. |
selectedIndex |
number |
Gets or set the items collection of the ListPicker. The items property can be set to an array or an object defining length and getItem(index) method. |
Name |
Description |
selectedIndexChange |
Emitted when the selectedIndex is changed. |