Check documentation for the latest version of dhtmlxSuite setMinHeight DHTMLX Docs

setMinHeight

sets minimal height of a layout cell

void setMinHeight(number min_height);
min_heightnumberthe minimal height of a cell

Example

myLayout.cells(id).setMinHeight(min_height);

Change log

added in version 4.1.3

Back to top