Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以doLayout从Ext.ContainerExtJS 6 中被删除,我试图找出它的正确替代品。或者根本不需要调用方法来刷新布局?我正在使用updateLayout,但我不确定这是要走的路。
doLayout
Ext.Container
updateLayout
有任何想法吗?
updateLayout就是答案。doLayout 已被弃用且不再有效。
API 文档链接在这里
更新此组件的布局。如果此更新影响此组件 ownerCt,则将调用该组件的 updateLayout 方法来执行布局。否则,仅此组件(及其子项)将进行布局。