Is it possible to make the top level of dhtmlxMenu to be left right scrollable if exceed the maximum width specified?
Unfortunately, scrolls are not supported for a top-level menu. It is possible to define several menus that are placed one below another.
var menu1 = new dhtmlXMenuObject(“menuObj1”);
var menu2 = new dhtmlXMenuObject(“menuObj2”);