Re: Need Scroll bars in ScrollPanel/cell table
Summarizing, it will be similar to:
scrollPanel.setWidth(Window.getClientWidth().+"px");
grid.setWidth((widthOfEachCell*numOfCells+"px");
in the scroll panel, you can set up whatever size you want. Here, I
put the width of the entire window.
You have to set up the grid: separation between cells, etc
On Jun 9, 3:14 pm, Darpan Kamboj <kamboj.dar...@gmail.com> wrote:
> I need to scroll bars to cell table but as I gone through some the
> posts this feature is not available currently.
> could anyone help me how to use ScrollPanel with cell table and how to
> set the dimentions of the panel to see the scrool bar. As I want to
> show the 5000 rows in a cell table.
>
> Thanks
> Darpan
--
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home