Skip to content

onScrollY

fires when the user scrolls the grid up or down

function onScrollY(): void
dgrid.attachEvent("onScrollY", function(){
var state = dgrid.getScrollState();
console.log("The scroll coordinates: ["+state.x+","+state.y+"]");
});

Articles

API