Hi Thomas,

thank you for your reply.

I had a detailed look at this extension (which seems first available
with GWT 2.4.0). Unfortunately one is not able to replace the default
scrollbar layout. I also tried to implement my own extension based on
CustomScrollBar, but unfortunately many of the used types are not
visible.

The trick why resize works with this implementation seems to be the
following part of the code which I do not understand in detail.

    ResizeLayoutPanel.Impl.Delegate containerResizeDelegate =
        new ResizeLayoutPanel.Impl.Delegate() {
          @Override
          public void onResize() {
            maybeUpdateScrollbars();
          }
        };
    containerResizeImpl.init(getContainerElement(),
containerResizeDelegate);

Any ideas what happens here?

On 17 Okt., 14:29, Thomas Broyer <[email protected]> wrote:
> Have you looked
> athttp://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/googl...
> ?

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

Reply via email to