Well, don't know what to tell you. It's there, I use it myself. Here is a link to the javadoc that says it exists.
http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/ScrollPanel.html#scrollToBottom() On Oct 7, 1:20 pm, ivovnenko69 <[EMAIL PROTECTED]> wrote: > I'm using gwt1.5, and don't see such methods in ScrollTable. > > > > On Tue, Oct 7, 2008 at 8:19 PM, Peter D. <[EMAIL PROTECTED]> wrote: > > > They were added in GWT 1.5. So if you are using a 1.4 version or lower > > they do not exist. > > > On Oct 7, 1:11 pm, ivovnenko <[EMAIL PROTECTED]> wrote: > > > Well, haven't noticed such methods in ScrollTable... > > > > On Oct 7, 5:32 pm, Thomas Broyer <[EMAIL PROTECTED]> wrote: > > > > > On 7 oct, 14:04, ivovnenko <[EMAIL PROTECTED]> wrote: > > > > > > Hello everyone. > > > > > Is there any way to set scroll position in incubator's ScrollTable? > > > > > The use case: > > > > > I'm adding the element to the bottom(top) of the ScrollTable, and I > > > > > want it to be selected and visible - need to scroll to its position. > > > > > Did you gave a look at the ScrollPanel's javadoc (or your IDE's auto- > > > > complete suggestions)? > > > > - ensureVisible(UIObject) > > > > - scrollToBottom / scrollToTop > > > > - setScrollPosition(int) > > -- > Regards, Vanya Vovnenko --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
