I Have had tried three way to control it ,
First way: use VerticalPanel.setheight
and HorizontalPanel.setVerticalAlignment to do it ,
but HorizontalPanel.setVerticalAlignment do nothing
Second way :only use HorizontalPanel.setVerticalAlignment
, the HorizontalPanel is always on top . but I wanna set VerticalPanel's
height
third way :use css to control it . i have two
stylename testPanelStyle{height: 200px;} and testPanelStyle
.gwt-HorizontalPanel{vertical-align: top;} to do it . but it's nothing
now I put a HorizontalPanel in VerticalPanel, want
the HorizontalPanel's location to be the top in VerticalPanel and set
the VerticalPanel height
who can teach me how i do it? , thx.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/S92Vnmcr3_gJ.
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.