Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tgaud on Oct 31, 2008 03:19
open dhtmlx forum
Horizontal Scrollbar problem

Hi, my problem is that an horizontal scrollbar appear in my GRID when the vertical scrollbar is there.
The problem is that the vertical scrollbar increase the size of the GRID sometimes, without increasing the global size.

How can i resolve this problem?
for exemple how can i disable Horizontal Scrollbar?
Answer posted by Support on Oct 31, 2008 03:56
It can be fully disabled by adding next code to the grid's init

grid.objBox.style.overflowX="hidden";