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.
我为多种屏幕尺寸编写 Ext JS GUI。
是否可以在 Ext JS 中执行动态更改网格中 forceFit 的函数?
那必须随意执行。
我只是使用 Ext JS 3.4。
在 4.2 中你可以试试这个:
grid.headerCt.forceFit = true; grid.headerCt.doComponentLayout(); grid.doComponentLayout();