dhtmlxLayout responsive problem

I have the following dhtmlxLayout:


layout = new dhtmlXLayoutObject(document.body, "3L", "dhx_skyblue");
layout.cells('a').hideHeader();
layout.cells('b').hideHeader();
layout.cells('c').hideHeader();
layout.cells('a').setWidth(250);
layout.cells('c').setHeight(70);

However when i resize the browser vertically from bottom to top the c cell gets hidden and the b cell cropped.

Is there a way to make it always be 70px height?

Hi
You need to use method listAutoSizes()
docs.dhtmlx.com/api__dhtmlxlayou … sizes.html