Flash Player 7.
DisplayBox.showItem([ID],[highLight])
ID Optional;The row ID to display. default :
currently selected item (or last selected for multiple selection)
highLightOptional; Specifies if the item is highlighted
as well as brought into view. default : false
None.
Function; Brings the row specified by ID into the users view scrolling the list as needed. This can also highlight the specified item if so needed.
Bring row 82 into view but do not highlight it.
myDisplayBox.showItem(82);