Hi all, I am trying to do something relatively simple: I want to create a simple, three-pane email-like item browser interface. For that I'm using a DockPanel to host the components, namely queries, result list and single item viewer. The queries go in the WEST panel, the result list goes in the CENTRE panel, and the single item viewer goes in the SOUTH panel.
When I use a simple Grid wrapped in a ScrollPanel for test, this works as expected. The result list fills up about half of the height of the screen and "grows a scrollbar". However, when I replace the Grid/ ScrollPanel combination with a ScrollTable from the Incubator projects, the ScrollTable fills up the entire height of the screen, rather than confining itself to about half the screen like the Grid/ ScrollPanel did. Any ideas? Sincerely, Anders S. Johansen, ange.dk --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
