On Mar 31, 3:54 pm, Chad <[email protected]> wrote: > Olivier, > > The way I'd do it if I were you (and the way I've done many custom > controls) is use create your class and have it extend Composite. In > your class, you would have your ScrollPanel and VerticalPanel. Then, > expose whatever add, remove, iterator methods you want and have them > relay to your VerticalPanel, bypassing your ScrollPanel. >
Good idea! I hadn't thought of that. Thanks a lot for your input Chad. Regards, Olivier -- 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.
