On Feb 8, 6:08 am, Brett Morgan <[email protected]> wrote: > Guys, > > I'm just kicking the tyres on UiBinder, and I'm curious as to why there are > wrapper divs with overflow hiding?
That's nothing to do with UiBinder. You're probably rather talking about the new layout panels: http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#LayoutPanels > I'm attempting to build ye stock standard looking web pages (think > http://960.gs/ style), but from within gwt because I'm a java guy. > > Is there a way to turn off the overflow hiding behaviour? I don't think so, because it'd likely break the layout. I think the idea is that you put scrollable widgets where you want them. ...or you could probably implement your own layout panel I guess. -- 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.
