The requested page is not available for selected version.
ScrollItemIntoViewByText
Syntax
long ScrollItemIntoViewByText(string text)
Description
Ensure that a list item, as specified by its text content, is visible, by scrolling it into view if necessary.
Parameters
text
String value specifying the text content of the item.
Return Value
Return 0 if the call is successful; otherwise, -1..
Notes
- This method is applicable to both ListBox and ListView controls.