Been playing with both a VerticalPanel and a FLowPanel, but
I can't find a way to constrain a FlowPanel to just one entry per
line.

I've got a bunch (about 25) of anchor-elements (<a> tags).
When I add then to a VerticalPanel, I achieve the one item
per line, but there is way TOO MUCH wasted white-space,
with the default cell-size and borders, etc.

When I add each anchor to a FlowPanel, it solves the
white-space issue, but then I get multiple anchors per line,
all flowed together (which is no doubt why they call it that.)

So, has anyone come upon a UI-object/technique to
get achieve what I want?

(Conceptually, a table of one column, with all the cellpadding
and bordersizing set to minimal values sounds right, but without
a code sample, that seems time-consuming to achieve.)

Ideas?

TIA...
Dave
--~--~---------~--~----~------------~-------~--~----~
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