Sunday, November 30, 2014

CellTable gets cut off at bottom of browser window; vertical scroll unavailable

Please try a DataGrid. Make sure you put it inside a layoutpanel. That layoutpanel should itself be placed in a layoutpanel. And so on until the rootlayoutpanel is reached. Also use a ResizeComposite and not Composite. If you do this it will appear without you having to give it a size. It will expand to fill the panel . Otherwise it won't appear without explicit sizes. Don't put it in a scrollpanel.
If this is not possible then use a celltable. Put it in a scrollpanel - as you have - and set a fixed width and height to the scrollpanel.

Grumble - replying to this in my mobile browser is unreliable.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment