sets the size of icons
newWidth | string | new icon's width in pixels |
newHeight | string | new icon's height in pixels |
id | string|number | item's id, if skipped, set default value for all new icons, optional |
Available only in PRO Edition
myTree.setIconSize("16px", "16px");
Back to top