returns the scroll position
var sPos = gantt.getScrollState(); // {x:58,y:180} var posX = sPos.x; var posY = sPos.y;