Skip to main content
A newer version of this page is available. .

ASPxClientComboBox.MakeItemVisible(index) Method

Scrolls the editor’s item list, so that the specified item becomes visible.

Declaration

MakeItemVisible(
    index: number
): void

Parameters

Name Type Description
index number

An integer value that specifies the item’s index within the editor’s client item list.

See Also