ScrollPanel scrollToBottom() not working as expected..
Hey,
I'm having trouble getting ScrollPanel.scrollToBottom to work. It's
not scrolling to the bottom of the panel. Here's an example snippet:
FlexTable flexTable = new FlexTable();
// Add loads of rows to the flex table here..
ScrollPanel scrollPanel = new ScrollPanel(flexTable);
scrollPanel.scrollToBottom();
// Add the scrollPanel to the view here..
I have also tried using scrollToBottom() method in the onLoad()
overriden method, but it doesn't work.
What an I doing wrong here?
Thanks!
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home