Hi,

You can add spacing property for the vertical panel, and it will add
specified space between items(widgets) inside the vertical panel.
                VerticalPanel panel= new VerticalPanel();
                panel.setSpacing(spacing);
or you can use CSS to set space panel.setStyleName(style). applying
same css with margin, padding or border to those innner
items( widgets).

Hope it answers your question.

Kelvin.

On May 4, 1:18 pm, imgnik <[email protected]> wrote:
> I think I should be using "item" instead of widget.
>
> space out meaning adding a spacing to each item.
>
> say I have three textbox inside a VerticalPanel.
>
> I want the three textbox to have a even spacing between them.
>

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