Create layouts using Visual Designer

I am trying using your Visual Designer to create a skeleton for my dashboard application. I dont need collapsible areas or re-sizing. Can I still use your VD?

Thanks

You can create the pattern you need with some setting you need and then in downloaded file structure call corresponded methods:
myLayout.cells(id).fixSize(true, false);
docs.dhtmlx.com/api__dhtmlxlayou … xsize.html
myLayout.cells(id).hideArrow();
docs.dhtmlx.com/api__dhtmlxlayou … arrow.html