ScrollPanel uses two DIV elements. When you set the ScrollPanel's height to 100% only the container DIV will have the height set. The second inner DIV does not have a height and thus your ScrollPanel's content can't be 100% as its direct parent does not have a height.
The question is: Why do you want a 100% height content inside a ScrollPanel? Doesn't make sense to me. Simply remove the ScrollPanel. If there is no other way around you have to give the second DIV inside the ScrollPanel a height of 100% manually. -- J. -- 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/-/9bM6V6_yN08J. 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.
