The requested page is not available for selected version.
ScrollItemIntoViewByIndex
Syntax
long ScrollItemIntoViewByIndex(int index)
Description
Scroll a combo box item, as specified by its index, into view. If the combo box list is not currently open, align the item to the top of the viewport.
Parameters
index
Integer value specifying the index of the item. Note that index numbering begins with 1.
Return Value
Return 0 if the call is successful; otherwise, -1..