Subject: Re: Changing the default behaviour of StacKLayoutPanel. If you want all stack open at the sametime it defeats the purpose of a stackpanel. You can look at the source for stakpanel and build your own custom widget. Alternatively, you can also achieve similar functionality by using disclosure panels. Have multiple disc panels inside a vertical panel. And while loading the view, keep the disc panels open. Thanks Ashwin Sent from my iPhone On Feb 21, 2012, at 4:13 PM, sivachithambaram rangaraj <sivachithambaram@xxxxxxxxx> wrote: > Is there a way to keep all the stacked layouts expanded while loading > the StackLayoutPanel. > > I tried overriding this class but most of the methods and variables > are private so not able to do so. Please advise any possible ways.. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to google-web-toolkit@xxxxxxxxxxxxxxxxx > To unsubscribe from this group, send email to > google-web-toolkit+unsubscribe@xxxxxxxxxxxxxxxxx > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@xxxxxxxxxxxxxxxxx To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@xxxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. |