itemHeight
Optional. Sets the height of an item
itemHeight?: number | string;
Example
const tree = new dhx.Tree("tree_container", {
itemHeight: 30,
});
Related sample: Tree. Item height
The usage of the CSS calc() function within the itemHeight property is not possible.
Change log:
added in v7.2