Extjs - 强制面板/网格为 100% 高度
我有一个简单的网格/面板
,位于选项卡
下。
我无法让它位于父标签页的 100%
高度。
你怎么做?
height:'100%'
并且
viewConfig:{ forceFit: true }
不会起作用。
谢谢
I have a simple grid/panel
that is located under a tab
.
I cant get it to be in 100%
height of the parent tab
.
How do you do it?
height:'100%'
and
viewConfig:{ forceFit: true }
won't work.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
forceFit 与此没有任何关系。
通常的问题是您的网格需要位于具有“适合”布局的容器内。
但如果没有一些代码,我无法为您提供更多帮助。
forceFit does not have anything to do with it.
Often the problem is that your grid need to be inside a container with a "fit" layout.
But I cannot help you more without some code.