Thursday, September 16, 2010

Re: ScrolPanel Question

Hi skippy,

ScrollPanel, its automatically adjust the scroll bars.


ScrollPanel scrollPanel = new ScrollPanel();
scrollPanel.setSize("width", "height");
scrollPanel.clear();
RootPanel.get("div-id").clear();
RootPanel.get("div-id").add(scrollPanel);
   

On Sat, Sep 11, 2010 at 2:03 AM, skippy <al.lehman@fisglobal.com> wrote:
I need to ack a scrolPanel if its vertical scrol bar is visible,  If
so, I need to adjust the width of the table.

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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.




--
Thanks & Regards

S a n t o s h  k u m a r . k

--
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@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment