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

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

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

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

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

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

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

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

3. 如何监听List滚动/拖动 [ 92%]

... 你可以监听一个计时器,再计时器的回调里监听滑块list.scrollBar.value值,如果这个值等于list.scrollBar.max,就表示list拖拽到最底部了! 2017-05-25 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zjw...

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

4. List翻页效果 [ 92%]

...容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你把listscrollbar组建里的缓动属性取消了就可以实现整个页面缓动滚动。 2017-12-02 0 1 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; ...

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

5. List滚动到底部事件 [ 92%]

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

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

6. list.scrollBar.max [ 91%]

list.scrollBar.max list.scrollBar.max = 0,list.scrollBar.max = 100,当我点击按钮触发事件让list.scrollBar.value = 100 时 没有拉到最底 测试拉到最底时 value = 434 这是为什么?新手不是很懂 2017-11-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

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

...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

8. List翻页效果怎么实现 [ 90%]

...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

9. List不能监听MouseMove,怎么判断是长按拖动还是滑动 [ 90%]

...来自: cyqcyqcyq 你可以添加一个timer计时器,通过判断list.scrollBarvalue值是否发生改变,来判断是长按拖动还是滑动! 2017-08-25 1 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 cyqcyqcyq 浙江大学软...

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

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

...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