Categories | Question details Back To List | ||
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"; |