Set the index of the first visible item in a popup list dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_popuplist_scroll_to_index(dialog_instance_t dialog,
int index)
BlackBerry 10.0.0
The dialog to update.
The index of the first visible item in the list.
The dialog_set_popuplist_scroll_to_index() function sets the index of the first visible item in the specified popup list dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.