So i must plaсe my VerticalPanel onto ScrollPanel?

On 12 апр, 19:12, "t.dave" <da...@lorgeousdays.com> wrote:
> use ScrollPanel.setScrollPosition().  that sets the vertical scroll
> position of the scrollpanel, which you will need to calculate.  try
> something like this:
>
> new ClickHandler() {
>   public void onClick( ClickEvent event ) {
>     int tableTop = secondFlexTable.getAbsoluteTop();
>     scrollPanel.setScrollPosition( tableTop );
>   }
>
> }
>
> i suppose in your case it wouldn't be a click handler if you're basing
> it off the history token, but hopefully this will point you in the
> right direction.
>
> On Apr 12, 7:34 am, redlaber <vyalov.e...@gmail.com> wrote:
>
>
>
> > I want to scroll page, generated with gwt, to some element. Its should
> > be simple, but i cannt find the solution. For example: I have a
> > vertical panel with two flexables. When i get the history token
> > "goto2" I want to scroll my page to the second table. (Sorry for the
> > terrible english).

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to