使标题窗口适合内容
如果我没有指定 TitleWindow
的宽度和高度值,当我使用 PopUpManager
显示它时,它将调整大小以适合其内容。
但有时内部的某些组件会调整大小,例如异步加载 dataProvider
的 ComboBox
,或者另一个不可见的组件,我想将其设置为includeInLayout
为 true
。
在那些时刻,我想告诉 TitleWindow 调整自身大小以适应窗口内容。 我尝试调用 invalidateSize()
和 invalidateDisplayList()
但没有成功。
有没有办法做到这一点?
If I don't specify width and height values for a TitleWindow
, it will be resized to fit it's contents when I show it using PopUpManager
.
But there are moments when some components inside will be resized, like a ComboBox
which dataProvider
is loaded asynchronously, or another component which was not visible and I'd like to set it's includeInLayout
to true
.
In those moments, I'd like to tell the TitleWindow to resize itself to fit window contents. I've tried calling invalidateSize()
and invalidateDisplayList()
with no success.
Is there a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试调用这两个方法:
Try to call these two methods: