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 [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.
