Hi guys,
Does anyone know how to get the scrolling event of sap.m.Page (or scrollContainer)? This control has only a method "scrollTo", and I want to get the event when scrolling a page. Besides, I cannot even set the scroll function through this:
jQuery("#idPage").scroll(function(){console.info("page scrolling...");}
Nothing happend.
Could anyone give me a clue? I think this is a common issue...