I have a CellTree in a ScrollLayoutPanel.
I really need to be able to scroll a cell into view when it is
selected.

I have two ways of selecting a cell; directly by the user, and
indirectly with a next/previous node button.
When next is clicked and the next cell is not visible in the the
ScrollLayout, I want to scroll that cell into view.

I have id's on all the cells so I should be able to do a;
    DOM.scrollIntoView(selectedTopicElement);
but I need to do that after the tree finishes rendering.

Any thoughts on how to do this?

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

Reply via email to