You can try adding ScrollPanel <http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/ui/ScrollPanel.html> within DockLayoutPanel to put the content.
On 16 March 2015 at 10:41, Dominic Warzok <[email protected]> wrote: > Hi, > > I want to change the Layout of my Webapp to a DockLayoutPanel. > If I display my search results these run out of my window. > > When you look at css the DocklayoutPanel give his children "overflow: > hidden". > > Is it possible to change this to "overflow:scroll"? > > Thanks in advance > Dominic > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
