Skip to content

onAfterScroll

occurs when a grid has been scrolled

function onAfterScroll(): void
grid.attachEvent("onAfterScroll", function(){
var pos = this.getScrollState();
//your code here
});