DHTMLX Docs & Samples Explorer

fixSize(width, height)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxlayout.js

fixes cell's size (block resize)

  • width - true/false
  • height - true/false
    dhxLayout.cells(id).fixSize(true, false);