Titanium.UI.Picker.setSelectedRow

Function of Titanium.UI.Picker.
Platform Since
Android 0.8
iPhone 0.8
iPad 0.8

Summary

Selects a column's row.

Description

On iOS, this method must be called after the picker is rendered.

Arguments

Name Type Summary
column Number

A column index.

row Number

A row index.

animated Boolean

Determines whether the selection should be animated. On iOS, only effective if the picker is already rendered. (iPhone, iPad-only) Optional. Default: True

Return Type

void