fires when the scroll changes its position
var myScroll = webix.ui.vscroll({ container:"scroll_here", scrollWidth:800 }); myScroll.attachEvent("onScroll",function(pos){alert(pos)});