getScrollState

возвращает текущее положение скролла

object getScrollState();
objectположение скролла

Example

var state = $$('mytable').getScrollState();
alert(state.x); //положение x-scroll
alert(state.y); //положение of y-scroll

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix open source html5 framework and page of javascript tree table product.