срабатывает после прокрутки
var myScroll = webix.ui.vscroll({ container:"scroll_here", scrollWidth:800 }); myScroll.attachEvent("onScroll",function(pos){alert(pos)});