the north part of splitlayoutpanel cannot resize automatically?
as shown in the attachment.
in the SplitLayoutPanel called searchResultPanel, the upper part (North) is a LayoutPanel called layoutPanel, which enclose a scrollPanel, the lower part is a ScrollPanel called scrillPanelDetail.
then in code
searchResultPanel.addNorth(layoutPanel, 340);
searchResultPanel.add(scrollPanelDetail)l
but I found that when I pull down the splitter, the north part will not be resized!! when I pull up the splitter, the upper part also will not be resized, although the lower part can.
any method to make the upper part to resize according to the splitter movement?
--
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/-/nPlOTQ7dGJMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home