When scroll the form in the carousel its not firing

Hi webix Team

Here our requirement is when scrolling the form in the carousel its not firing.

Please find the below code:

{view: “carousel”,
cols: [
{view: “form”, scroll:“y”,elements: [
{cols:[{view:“fieldset”,label:“Study Identification”}
{view:“fieldset”,label:“Study Identification”}
]},
on:{
onScrollY:function(){
webix.message(“hi”);
}
}
]
}

Thanks in advance
Deepak E

got it…

onAfterScroll:function(pos){ webix.message(“scroll start”)}