Hello: I have a HorizontalPanel whose parent of an AbsolutePanel. The AbsolutePanel has a fixed with of 800px but the HorizontalPanel is potentailly much longer, as long as it needs to be to house all of the needed child widgets which is variable. I "slide" the HorizontalPanel under the AbsolutePanel using navigation buttons so that only part of the HorizontalPanel is visible at one time. The problem is this: Upon populating the HorizontalPanel, it will expand up to a certain width, maybe 1200-1300px, then it will stop and squish together and clip the child widgets. I can sort of solve the problem by dynamically increasing the width based on the width of each child but this is inexact and looks bad. Is there a certain type of panel I can use which can automatically resize itself beyond the 1200px-1300px limit?
Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
