I tried both approaches - both are working fine. Thanks. On Sunday, June 9, 2013 10:14:15 PM UTC+2, Jim Douglas wrote: > > Try this (untested): > > Element element = myListBox.getElement(); > element.setScrollTop(element.getScrollHeight() - > element.getClientHeight()); > > On Jun 9, 10:43 am, Olaf Raether <[email protected]> wrote: > > I have a com.google.gwt.user.client.ui.ListBox. > > How can I scroll to the last entry in the list ? >
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
