gwt 1.7...
I have a VerticalPanel ( or DockPanel ) in my RootPanel, and have 3 widgets ( north, center, south ). I have a tab panel as my center. If I assign the center widget setCellHeight(center, "100%" ), then the bottom border of the tab panel is not visible. Also after that I cannot scroll down the browser window if my center panel has widgets which require scrolling down. The border of the tab panel is cut. And tab panel widgets run over the border. The browser window cannot be scrolled down. If I do not set setCellHeight, then everything is fine ( the tab panel adjusts its height according to the needs ) but the height without any widgets is 0 and the tab panel doesnt look good. I am looking to set a TabPanel in the center which will have a minimum height and if its contents go past the height, then the tab panel's height should change, so that I can use browser scrolling. - gd --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
