That's the way FlowPanel works. It's just a <div> tag. If you want them to stay on the same row you have two options a) use CSS to position them on the same row, or b) use HorizontalPanel which uses tables.
-- Arthur Kalmenson On Thu, Feb 5, 2009 at 9:57 AM, TIGR <[email protected]> wrote: > > I have FlowPanel with some widgets, but I need some different > behaviour when adding new one. > In standart mode it adds to the end and if widget do not fits to the > window it adds to the next row. > and I need that it added new widget on top of the current row. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
