要求されたページは選択されたバージョンでは利用できない。
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.