Hi,

i am using GWT 2.0.3 and i need to resize a widget located in the
"west" of a SplitLayoutPanel after the SplitLayoutPanel has been
created.
I have tried something like:

SplitLayoutPanel splitLayoutPanel;
splitLayoutPanel.getWidget(index).setWidth("30px");

but that only changes the widget's width and does not "move" the line
that separates the "west" panel with the "center" panel.

Any ideas on how to change the widget's width and make the "center"
panel take the remaining place ??

Best regards,

Ezequiel.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to