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

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

1. 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 [ 100%]

...链接 提交 2 个回复 非文 赞同来自: AIQR2013 侦听滚动list.scrollBar的CHANGE事件,触法事件根据滚动list.scrollBar的value值修改另一个list.scrollBar的value值 2018-05-15 1 0 分享 微博 QZONE 微信 AIQR2013 赞同来自: Aaron安 已经解决,谢谢! 注意点...

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

2. List滚动到底部事件 [ 99%]

...链接 提交 3 个回复 cuixueying 赞同来自: 你可以判断,list.scrollBar.value=list.scrollBar.max; 2017-09-12 0 1 分享 微博 QZONE 微信 jacksing888 赞同来自: 如附件 加入我在updateItem里面去监听是否到底底部 到达底部如果去new Item()并且setItem的话 会...

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

3. list 重新绑定数据后 scrollBar.value 会没有限制的增加或减少,list上下都会出现很多空白的区域. 而scrollBar.slider.value 是正确的 .请问该如何处理 [ 99%]

list 重新绑定数据后 scrollBar.value 会没有限制的增加或减少,list上下都会出现很多空白的区域. 而scrollBar.slider.value 是正确的 .请问该如何处理 2018-07-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

4. list如果ScrollBar就无法滑动吗 [ 98%]

list如果ScrollBar就无法滑动吗 list没加VScrollBar能滑动翻页,加了​list.vScrollBarSkin = "" 就可以翻页了 是是一定要加这个 2018-02-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...

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

5. 关于list显示 [ 95%]

... 2018-06-29 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: m_list.scrollBar.hide = true;//隐藏列表的滚动条。m_list.scrollBar.elasticBackTime = 200;//设置橡皮筋回弹时间。单位为毫秒。m_list.scrollBar.elasticDistance = 50;//设置橡皮筋极限距离。 可尝试这...

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

6. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 95%]

...private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, t...

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

7. List翻页效果怎么实现 [ 95%]

...private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, t...

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

8. ScrollBar 组件图片名字带$是什么意思? [ 94%]

ScrollBar 组件图片名字带$是什么意思?   附件 : --> 2017-03-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 这是滚动条定义的规范,其他组件也有这样的规...

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

9. 请问laya有没有类似翻页容器(pageView)的组件? [ 94%]

...private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, t...

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

10. 如何重置list的滚动 [ 92%]

...接 提交 1 个回复 cuixueying 赞同来自: 点击按钮,控制list.scrollBar.value=0即可! 2017-09-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 xfx7788 相关问题 将list里的scrollBar设置mouseWheelEnable=false后过...

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