• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 3 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0015 秒)

1. 为什么list不能滑动,怎么让list滑动 [ 100%]

...类继承于Box) // this.gradeList.vScrollBarSkin = ""; this.gradeList.itemRender = GradeItem; //列表显示区单元格的列数 this.gradeList.repeatX = 5; //列表显示区单元格的行数 this.gradeList.repeatY = 10;  this.gradeList.spaceX = 8;  this.gradeList.vScrollBarSkin = ""; this.gr...

来源: Laya_社区 发布时间: 20190515

2. List 组件做的手风琴Demo [ 84%]

...tX =1;         list.repeatY =this.arr.length;         list.itemRender =Item; //Item 为继承BOX类         list.vScrollBarSkin ="";         Laya.stage.addChild(list);         list.array =this.arr;         list.renderHandler =new Laya.Handler(this,this...

来源: Laya_社区 发布时间: 20190522

3. List属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 80%]

...必须是类,不能是实例化对象,Item需类继承于Box) list.itemRender =Item; //列表显示区单元格的列数 list.repeatX = 1; //列表显示区单元格的行数 list.repeatY = 4; //设置列表位置 list.x = (Laya.stage.width - Item.WID) / 2; list.y = (Laya.stage.height - Item.H...

来源: Laya2.0_文档 发布时间: 20210715