ScrollPanel is not a LayoutPanel, so you are correct it will not work without the developer writing extra code to instruct the DockLayoutPanel of its size and what not.
On Feb 15, 1:52 am, linhua <[email protected]> wrote: > Hi add a DocklayoutPanel to a ScrollPanel won't work. The inner layout > panel's height and width will be zero. > > On 2月10日, 下午3时56分, rsgandhi <[email protected]> wrote: > > > > > > > > > Do you want a master scroll bar for the complete DockLayout panel than > > the individual areas?? > > In that case add the DockLayoutPanel to the CustomScroll/ScrollPanel. > > > On Feb 9, 2:32 am,linhua<[email protected]> wrote: > > > > What I want to do is: > > > > Currently, I can only add scroll panel inside the center part of > > > DockLayoutPanel. > > > > I want all the parts of DockLayoutPanel share a scroll bar. > > > > If can do, how to implement a such class? Which class should I extend > > > and what interfaces should be implemented? -- 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.
