I set up a tree panel as a table of contents for quite a bit of html data that I have. I also have a panel filled with the html data and inside the html I have an anchor for each node in the tree. I want to be able to click a node in the tree and have the html panel jump to the appropriate anchor. Any ideas on how to do something like this? Alternatively if I could figure out how to set the y scroll position of the panel I could get the position of the anchor and scroll to it manually.