Check documentation for the latest version of dhtmlxSuite setSizes DHTMLX Docs

setSizes

adjusts the TreeView sizes, if dimension of its parent was changed

void setSizes();

Example

myTreeView.setSizes();

Back to top