[LayaAir 2.0]2.0 的list问题

/** 初始化坑位 */
private initCellList(): void {
this.cellList.itemRender = CellItem;
this.cellList.vScrollBarSkin = "";
this.cellList.repeatX = BattleMgr.Ins.Model.crosCel;
this.cellList.repeatY = BattleMgr.Ins.Model.maxCell / BattleMgr.Ins.Model.crosCel;
this.cellList.array = BattleMgr.Ins.CellDatas;
}
这样生成出来的item位置quanbu全部集中在左上角
已邀请:

Aar0n

赞同来自:

看着怎么像list 还想当二维的用。。list 只能行或者列  不能行列

看着

赞同来自:

你的CellItem导出使用了分离模式,2.0这里有个bug,就是用了分离模式的话这个view的width和height都为0,虽然大部分情况下不影响显示,但是如果需要用到这两个属性计算的话就会出错,比如list。把分离模式改成内嵌模式,或者简单粗暴的在构造函数里面对width跟height赋值都可以解决。
Snipaste_2019-01-06_21-26-37.png

要回复问题请先

商务合作
商务合作