1. If I resize a DockLayoutPanel, then which method in DockLayoutPanel will be called to redo layout?
2. Here is my case: MyOwnScrollPanel contains DockLayoutPanel (in center) contains another DockLayoutPanel. (We call it panel2) I override the onResize() method in MyOwnScrollPanel, it sets its child DockLayoutPanel's height and width. But the panel2's height and width is still the 0. If I remove MyOwnScrollPanel, then everything is OK. What should I do to make it work? -- 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.
