Check documentation for the latest version of dhtmlxSuite setMinWidth DHTMLX Docs

setMinWidth

sets minimal width of a layout cell

void setMinWidth(number min_width);
min_widthnumberthe minimal width of a cell

Example

myLayout.cells(id).setMinWidth(min_width);

Change log

added in version 4.1.3

Back to top