Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by andreea on May 15, 2008 05:07
open dhtmlx forum
I want to disable only the horizontal scrollbar


Answer posted by Support on May 15, 2008 05:47

You can enable auto-width mode

grid.enableAutoWidth(true);

In such case grid will adjust its size to prevent horizontal scrollbar.
( also you can fully disable scrollbar by  grid.objBox.style.overflowX="hidden" )