The requested page is not available for selected version.
ScrollItemIntoViewByIndex
Syntax
long ScrollItemIntoViewByIndex(int index)
Description
Ensure that a list item, as specified by its index, is visible, by scrolling it into view if necessary.
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..
Notes
- This method is applicable to both ListBox and ListView controls.