I need to add a listener to the scroll bar when it has finished
scrolling.

This is because sometimes user scrolls down fast and sometimes user
could be scrolling slowly.

My listener to the scrollbar populates rows of a flexTable as the user
scrolls.
When  a user scrolls slowly, then it is good to see those rows getting
populated.

But when the user scrolls down fast, I don't want to add listener to
scrollBar at that time. I only want to add the listener after fast
scrolling has finished.

How can I implement this?

Thanks in advance for your help

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to