ASPxClientListBox.MakeItemVisible(index) Method
In This Article
Scrolls the editor’s item list, so that the specified item becomes visible.
#Declaration
TypeScript
MakeItemVisible(
index: number
): void
#Parameters
Name | Type | Description |
---|---|---|
index | number | The item’s index within the editor’s client item list. |
See Also