Any way can capture the scroll event of Tree Panel with EXTJS 4.2.1 and I am not using EXT Touch. and I did tried the following but without any lucks
panel.body.on("scroll",function(){console.log("scrolling")}; panel.el.on("scroll".function(){....}); panel.getTargetEl().on("scroll",function(){.....});
I am appreciate if anyone can point me a direction.
Best Regards Tony Chu
Any way can capture the scroll event of Tree Panel with EXTJS 4.2.1 and I am not using EXT Touch. and I did tried the following but without any lucks
panel.body.on("scroll",function(){console.log("scrolling")};
panel.el.on("scroll".function(){....});
panel.getTargetEl().on("scroll",function(){.....});
I am appreciate if anyone can point me a direction.
Best Regards
Tony Chu