extjs4 catching the scroll event on panel
问题 I have a tabpanel with chats on different tabs. Each tab panel has a chat and the discussions are sometime very long so, in my initComponent , I have a code to continuously scroll to bottom so I can show the latest messages: setInterval -> this.scrollBy 100000, 100000 , 100 which works fine for what it's supposed to do. The problem is that I sometimes want to see what I talked earlier and I have to scroll to top but this code obviously wouldn't let me. I implemented a hook: setInterval -> if