Check documentation for the latest version of dhtmlxSuite setOverflowHeight DHTMLX Docs

setOverflowHeight

sets the maximum number of visible items in polygons

void setOverflowHeight(number itemsNum);
itemsNumnumbercount of the maximum number of visible items

Example

myMenu.setOverflowHeight(itemsNum);

Back to top