将组容器高度设置为 0 不会隐藏其子项

发布于 2025-01-07 12:18:51 字数 115 浏览 0 评论 0原文

我需要使用 myGroup.height = 0 调整 Group 的大小。 它有效,但 myGroup 的孩子仍然可见,我不知道为什么...... 有什么想法吗?

I need to resize a Group using myGroup.height = 0.
And it works, but myGroup's children are still visible, I do not know why...
Any idea ?

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

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

发布评论

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

评论(1

南冥有猫 2025-01-14 12:18:51

该死的,我确实花了 4 个小时看答案,这太简单了...

将高度设置为 0 时隐藏组容器的内容,
set clipAndEnableScrolling = true;

事实上,文档说:

如果为 true,则指定将子项剪辑到视口的边界。如果为 false,则无论组件的大小规范如何,容器子级都会超出容器边界。

Damn, i did look after the answer for 4 hours, and it was so easy...

To hide the content of a group container when setting the height to 0,
set clipAndEnableScrolling = true;

Indeed, the doc says :

If true, specifies to clip the children to the boundaries of the viewport. If false, the container children extend past the container boundaries, regardless of the size specification of the component.

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