Hi, you did not supplied code. However, I guess, the panel is initially smaller then north and center panel together. To check just use setPixelSize with large values e.g. setPixelSize(1000, 1000)
I afraid, probably the is no easy way to set half and half. Because you need to know the total height of the SplitLayoutPanel which is NOT the sum of both member panels. Stefan Bachert http://gwtworld.de On Jun 12, 11:25 pm, "[email protected]" <[email protected]> wrote: > I am trying to use SplitLayoutPanel, everything seems to be working > fine, except that on initial start, center panel (bottom panel) covers > the north panel (top panel) completely. > I have to use split bar to bring it down, I must be missing some > property, any suggestion what should I do so that initially both > panels are split half & half? > 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.
