setAutoHeight() gxt

发布于 2024-11-10 01:08:08 字数 161 浏览 0 评论 0原文

我正在 gxt 中创建一个带有 BorderLayouts 的 ContentPanel。 需要设置面板​​的自动宽度和高度。 setAutowidth() 可以正常工作,但 setAutoHeight() 不能正常工作。

那么,我应该实施什么来使我的 ContentPanel 自动高度化?

I am creating a ContentPanel with BorderLayouts in gxt.
Need to set auto width and height for panel. setAutowidth() works properly but setAutoHeight() doesn't.

So, what should I implement to make my ContentPanel autoHeighed?

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

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

发布评论

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

评论(1

财迷小姐 2024-11-17 01:08:08

你可以使用这个
容器.setHeight(“自动”);
这对我有用。

还有另一种选择。您也可以尝试这个

container.setStyleAttribute("height","auto !important");
container.setStyleAttribute("溢出","可见!重要");

You can use this
container.setHeight("auto");
It worked for me.

There is another option. You can also try this

container.setStyleAttribute("height","auto !important");
container.setStyleAttribute("overflow","visible !important");

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