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

ASPxClientTreeList.MakeNodeVisible(nodeKey) Method

Scrolls the tree list so that the specified node becomes visible.

Declaration

MakeNodeVisible(
    nodeKey: string
): void

Parameters

Name Type Description
nodeKey string

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

See Also