Check documentation for the latest version of dhtmlxSuite setSeparatorSize DHTMLX Docs

setSeparatorSize

sets the width of a separator line in pixels

void setSeparatorSize(number index,number size);
indexnumberthe separator's index
sizenumberthe width of a separator in pixels

Example

myLayout.setSeparatorSize(index, size);

Change log

added in 4.2

Back to top