Re: horizontal scroll bar for ScrollTable

2009-02-06 Thread Tamigg

Hi Kay,
I'm a beginner in GWT.. but for me it worked in similar
situation but I used PaginScrollTable with setting below lines..

pagingScrollTable.setResizePolicy
(ScrollTable.ResizePolicy.FLOW);
paginScrollTable.setWidth("950px");

Thanks..Let me know if already fixed it and if so how?

Thanks
Tamigg

On Jan 9, 1:56 pm, kay  wrote:
> How to get the horizontal scroll bar to appear for ScrollTable?
>
> I implemented tables using ScrollTable from GWT Incubator, the table
> is being used by multiple panels.  In one scenario, the table is wide,
> I used ScrollTable.ResizePolicy.FLOW for it, so text doesn't overlap
> when the space is small.
>
> If I press -> or <- button on keybroad, the table does scroll left or
> right, how can I get the scrollbar to appear?    I have this set,
> ScrollTable.ScrollPolicy.BOTH.
>
> One guess is I need to set scroll in CSS? Shouldn't there be some
> default styling for it? when there are many rows, the vertical scroll
> bar does appear.
>
> Thanks so much for any help.

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



horizontal scroll bar for ScrollTable

2009-01-09 Thread kay

How to get the horizontal scroll bar to appear for ScrollTable?

I implemented tables using ScrollTable from GWT Incubator, the table
is being used by multiple panels.  In one scenario, the table is wide,
I used ScrollTable.ResizePolicy.FLOW for it, so text doesn't overlap
when the space is small.

If I press -> or <- button on keybroad, the table does scroll left or
right, how can I get the scrollbar to appear?I have this set,
ScrollTable.ScrollPolicy.BOTH.

One guess is I need to set scroll in CSS? Shouldn't there be some
default styling for it? when there are many rows, the vertical scroll
bar does appear.

Thanks so much for any help.

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---