最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Extjs gridpanel出现横向滚动条问题解决方法
时间:2026-06-12 09:50:53 编辑:袖梨 来源:一聚教程网

复制代码 代码如下:
viewConfig : {
layout : function() {
if (!this.mainBody) {
return; // not rendered
}
var g = this.grid;
var c = g.getGridEl();
var csize = c.getSize(true);
var vw = csize.width;
if (!g.hideHeaders && (vw < 20 || csize.height < 20)) { // display:
// none?
return;
}
if (g.autoHeight) {
if (this.innerHd) {
this.innerHd.style.width = (vw) + 'px';
}
} else {
this.el.setSize(csize.width, csize.height);
var hdHeight = this.mainHd.getHeight();
var vh = csize.height - (hdHeight);
this.scroller.setSize(vw, vh);
if (this.innerHd) {
this.innerHd.style.width = (vw) + 'px';
}
}
if (this.forceFit) {
if (this.lastViewWidth != vw) {
this.fitColumns(false, false);
this.lastViewWidth = vw;
}
} else {
this.autoExpand();
this.syncHeaderScroll();
}
this.onLayout(vw, vh);
}
}
相关文章
- 手机26键打字练习APP推荐:高效提升中文输入速度的实用软件 06-12
- Apple Watch如何查看心电图 06-12
- 驾校通怎样设置驾校 06-12
- 淘宝桌面版能自定义界面壁纸吗 06-12
- 青书学堂查看未读消息的方法 06-12
- 芒果tv怎么查看演员表 06-12