DisplayBox.showItem

Availability

Flash Player 7.

Usage

DisplayBox.showItem([ID],[highLight])

Parameters

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

Returns

None.

Description

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.

Example

Bring row 82 into view but do not highlight it.

myDisplayBox.showItem(82);

Author

Telsim, Inc.