To cause the Listbox to show a specific item, use the see method:
$lb->see(index);
Given an index, see will cause the Listbox to page up or down to show the item at that index. For an example of using see, see Section 7.19, "Listbox Example" later in this chapter.