ASPxClientListBox.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 | The item’s index within the editor’s client item list. |
See Also