Check documentation for the latest version of dhtmlxSuite showItem DHTMLX Docs

showItem

scrolls a TreeView to make the specified item visible

void showItem(number|string itemId);
itemIdnumber|stringid of an item to show

Example

myTreeView.showItem(itemId);

Change log

added in version 5.1

Back to top