如何使 gwt-ext 窗口在内容大小调整时不调整大小?

发布于 2024-07-05 20:16:59 字数 310 浏览 11 评论 0 原文

我已经在 setHeight(600) rel="nofollow noreferrer">窗口,这就是它的初始大小。 我还继续执行了 setAutoScroll(true)

当窗口内容调整大小时,窗口本身也会调整大小。 我想要的是窗口保持固定大小,当内容变大时,添加滚动条。 如果我手动调整窗口大小,然后让内容增大或缩小,我就可以得到这个。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜夜流光相皎洁 2024-07-12 20:16:59

您是否检查过 GWT 提供的功能 - setAutoHeights(false)

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文