Hi, I have a container with a ScrollingViewport. How do you listen to scroll events on teh content?
As far asI can see the scale event don't bubble and because of the added containers on the JS side you need to do something ugly like this: this["positioner"].children[0].addEventListener("scroll", contentScrolled, false); Is there a butter way? Is ScrollingViewport missing a scroll handler on it that you can assign to a method? Thanks, Justin