Hmm, is it just that the HorizontalSplitPanel just doesn't support resizing its children automatically? I saw some vague discussion somewhere about building a replacement out of a BorderLayout, but I'm sure I must just be missing something obvious?
On Mar 21, 3:49 pm, TM <[email protected]> wrote: > Hi, I'm having quite a lot of trouble with panels and layouts. My app > currently consists of a DockPanel containing a HorizontalSplitPanel, > which in turn contains various widgets either side of the split. > > However, when the HorizontalSplitPanel splitter is moved nothing > happens to the sizes of the child widgets. I have set their widths to > 100%, so I was expecting them to fill the available space. > > I already have added a custom resize handler to make the DockPanel > fill the client area when the browser is resized. Would I have to do > something similar for every other panel that might resize? > > 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.
