Categories | Question details Back To List | ||
dhtmlxLayout Remove Scrollbars dhtmlxLayout Scrollbar behavior. I can force the Scrollbars to appear. But sometimes they appear where they are not wanted. How do I turn them off in dhtmlxLayout? Answer posted by Alex (support) on Feb 18, 2009 01:40 Scrolls are turned off in Layout by default (overflow:hidden). But if you attach container without hidden overflow and the height of its content is bigger than cell height, scrolls will appear. In this case, the possible solution is to set overflow:hidden for attached container.
|