Hello, you could simply use a FlowPanel and set a float:left property. I did it, overriding the add(Widget w) method to recursively set the float on children of added widgets, and it proved to work well.
Regards Lorenzo On Dec 14, 7:09 am, Hilco Wijbenga <[email protected]> wrote: > On 13 December 2010 21:41, Jim Douglas <[email protected]> wrote: > > >> for strict mode I need a replacement for HorizontalPanel. > > > Why? What's wrong with HorizontalPanel? > > http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#St... > > HorizontalPanel is for quirks mode. -- 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.
