3.2.0

How can I trap a scroll event in 2.0?

What event do I need to attach a listener to in order to trap scrolling?
thank you
max
May 13,
http://www.activewidgets.com/javascript.forum.9848.4/bugreport-stack-overflow-on-a.html
May 14,
grid.onScrollTopChanged = function(value){...}
Alex (ActiveWidgets)
May 15,
Help ! I Can't get this to work:

I'm using prototype:
obj.setEvent("onScrollTopChanged", this.setSomeMethod).bindAsEventListener(this));

doesn't fire when I scroll.
max
May 15,
correction:
should be:

obj.setEvent("onScrollTopChanged", this.setSomeMethod.bindAsEventListener(this));
max
May 15,

This topic is archived.

See also:


Back to support forum