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?

It can be fully disabled by adding next code to the grid’s init

grid.objBox.style.overflowX=“hidden”;