大约有 59 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)
list 重新绑定数据后 scrollBar.value 会没有限制的增加或减少,list上下都会出现很多空白的区域. 而scrollBar.slider.value 是正确的 .请问该如何处理 2018-07-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20180704
...链接 提交 2 个回复 非文 赞同来自: AIQR2013 侦听滚动list.scrollBar的CHANGE事件,触法事件根据滚动list.scrollBar的value值修改另一个list.scrollBar的value值 2018-05-15 1 0 分享 微博 QZONE 微信 AIQR2013 赞同来自: Aaron安 已经解决,谢谢! 注意点...
来源: Laya_社区 发布时间: 20180515
... 你可以监听一个计时器,再计时器的回调里监听滑块list.scrollBar.value值,如果这个值等于list.scrollBar.max,就表示list拖拽到最底部了! 2017-05-25 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zjw...
来源: Laya_社区 发布时间: 20170525
...容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你把list的scrollbar组建里的缓动属性取消了就可以实现整个页面缓动滚动。 2017-12-02 0 1 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; ...
来源: Laya_社区 发布时间: 20171202
...链接 提交 3 个回复 cuixueying 赞同来自: 你可以判断,list.scrollBar.value=list.scrollBar.max; 2017-09-12 0 1 分享 微博 QZONE 微信 jacksing888 赞同来自: 如附件 加入我在updateItem里面去监听是否到底底部 到达底部如果去new Item()并且setItem的话 会...
来源: Laya_社区 发布时间: 20170912
list.scrollBar.max list.scrollBar.max = 0,list.scrollBar.max = 100,当我点击按钮触发事件让list.scrollBar.value = 100 时 没有拉到最底 测试拉到最底时 value = 434 这是为什么?新手不是很懂 2017-11-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20171124
...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
...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
...来自: cyqcyqcyq 你可以添加一个timer计时器,通过判断list.scrollBar的value值是否发生改变,来判断是长按拖动还是滑动! 2017-08-25 1 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 cyqcyqcyq 浙江大学软...
来源: Laya_社区 发布时间: 20170825
...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