Resize full layout

Hi,
in my page there is a full layout:

html, body { height: 100%; overflow: auto; }

var main_layout = new dhtmlXLayoutObject(document.body, ‘1C’);
main_layout.attachHeader(‘id_header’);
var tabbar = main_layout.cells(‘a’).attachTabbar();

if i minimize the browser i don’t see any scroll bar (vertical and horizontal). The layout try to resize its content without accetable result. Is possibile show scroll bars ?

Thanks.

Or is possible disable autoresize (full layout) ? So i can see scroll bars.

Hi
Can’t reproduce your issue locally.
Please, make and attach completed demo to see it.
docs.dhtmlx.com/doku.php?id=othe … leted_demo

Try to minimize browser (about half size).
Is possibile see scroll bars ?
Complete Demo.rar (530 KB)

Altered your sample a little and attach. To achive scroll attach your “content” in “index”. And check correctness of your div under the form.
index.rar (1022 Bytes)

Not work.
My content isn’t resizable, so i have the need to scroll (hor and vert) when i minimize the browser window.

Is not possibile ?

The only way - to fix width (i.e. set it in px).