1

我为多种屏幕尺寸编写 Ext JS GUI。

是否可以在 Ext JS 中执行动态更改网格中 forceFit 的函数?

那必须随意执行。

我只是使用 Ext JS 3.4。

4

1 回答 1

1

在 4.2 中你可以试试这个:

grid.headerCt.forceFit = true;
grid.headerCt.doComponentLayout();
grid.doComponentLayout();
于 2013-11-04T12:47:45.120 回答