vaibhav jain
unread,Feb 16, 2012, 10:02:46 AM2/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Hi All,
how to auto set the width of a widget in VerticalPanel??
I used:
setCellWidth(Mywidget,"100%");
but its not working,i also tried below:
setCellWidth(Mywidget, Window.getClientWidth()+"");
but its not giving proper result.
Regards,
VJ