Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Larry Hamlet on Feb 17, 2009 07:50
open dhtmlx forum
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.