How do I make a gwt-ext window not resize when its

2019-07-20 10:00发布

I've run setHeight(600) on a Window, that's it's initial size. I've also went ahead and done setAutoScroll(true).

When the content of the window resizes, the window itself resizes. What I want is for the window to stay fixed in size, and when the content grows larger, add scrollbars. I can get this if I resize the window manually, then let the content grow or shrink.

标签: java gwt gwt-ext
1条回答
淡お忘
2楼-- · 2019-07-20 10:27

Have you checked the feature provided by GWT - setAutoHeights(false)?

查看更多
登录 后发表回答