I have a very large Tree in my application. Whenever I expand or collapse a node, I am brought all the way back to the top of the screen...forcing the user to scroll all the way back down again.
Is there a way around this? Also related to this issue, after using another support screen I'd like to be able to bring the user back into the tree and have it scroll down to where they were before they left the screen...and not start at the top again. To accomplish this in the past before I found the Click framework...using JSP's, I've used Javascript like window.scroll(0,<%=scrollPosition%>). Is something like this possible using Velocity, or does the Tree provide something like this? Thanks. Tim
