Well, thanks for the respond.  However, I was not all that clear.
I have very picky users and here is the real scoop:

I am using UIBinder and here is my ui.xml:
   <g:FlowPanel styleName='{style.outer}'>
    <g:FlexTable ui:field='grandTotalHeader'  />
    <g:FlexTable ui:field='grandTotalData'  />
    <g:FlexTable ui:field='tableHeader'  />
         <g:ScrollPanel ui:field='scroller' >
                <tdcbWidget:TDCBFlexTable ui:field='tableData' />
         </g:ScrollPanel>
   </g:FlowPanel>

As you can see, the heading is outside the scrollPanel list,  This
allows for the user to scrol the data without loosing the heading
section.

When the scrollbar is visible, the column headings do not match that
of the list.

Any ideas?


On Sep 17, 1:47 am, Santosh kumar <[email protected]> wrote:
> 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 <[email protected]> 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 [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-web-toolkit%2bunsubs­[email protected]>
> > .
> > 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*- Hide quoted text -
>
> - Show quoted text -

-- 
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.

Reply via email to