I am using a smartgwt window to show some dynamic content. The content is a bunch of collapsible panels that the user can expand as desired. However, whenever the content changes expands, the smartgwt window stays the same. I am expecting that it would draw scrollbars whenever the content changes.
The scrollbars do appear, however, if the user manually resizes the window (that is even by doing a dummy resize, or resizing by 1px).
This question is very similar to this one: http://stackoverflow.com/questions/126881/how-do-i-make-a-gwt-ext-window-not-resize-when-its-content-resizes
However, the solution suggests the use of a setAutoScroll(true) which is no longer a method of window.
Any ideas of a similar method, or a simple workaround?
Cheers