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

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

1. 如何获取和设置scrollbar滚动位置 [ 100%]

如何获取和设置scrollbar滚动位置 如题 2017-02-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关链接 提交 1 个回复 Laya_XS 赞同来自: leoo12 你是要获得panel还是listscrollBar滚动位置?scrollBar...

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

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

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

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

3. 如何重置list滚动 [ 94%]

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

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

4. ScrollBar拖动结束后回调 [ 93%]

ScrollBar拖动结束后回调 请问ScrollBar停止拖动时,有没有什么方法可以监听到list结束tuo拖动 拖动结束后,得到当前松开value值,根据当前得到value值,去设置列表里某一项至某一个位置 2017-11-09 添加评论 免费帖 --> 分享 ...

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

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

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

6. list scroll [ 91%]

...到什么位置了你可以获取list滑动块位置来得到 list.scrollbar.slider.value 2018-05-08 1 0 分享 微博 QZONE 微信 大碗 赞同来自: list.content.scrollRect里面有你要 2018-08-01 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...

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

7. 关于list滚动位置问题 [ 91%]

关于list滚动位置问题 ... mDemoUi.myScrollBar.changeHandler = new Handler(this, onChange); for(var m:int=0;m<21;m++){ data.push({m_label:"No."+m}); } mDemoUi.m_list.array=data; Laya.stage.addChild(mDemoUi); ... private function onChange():void{ trace("list index= "+mDemoUi.m_list.scrol...

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

8. 请问list如何判断已经拉到底部了 [ 88%]

...注: 3 人 183*****470 • 2018-07-03 11:17 感谢回复 我用list.scrollBar.max == list.scrollBar.value 目前没什么问题 188*****501 • 2018-07-14 14:12 (this.card_List.scrollPane.posY + this.card_List.height) >= this.card_List.scrollPane.contentHeight 我用这个判断

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

9. BOX,list之类容器 [ 88%]

...也跟着滚动,并且两个list同时滚动一模一样。 将listscrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 List滑动条会引起单元格上按钮点击后多次触发点击事件 分享:Panel下动态修改子容器宽高并刷...

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

10. panel下list在滚动时,如何禁止panel滚动 [ 87%]

...两个list同时滚动一模一样。 鼠标滚轮滚动事件 Panel加了vScrollBarSkin还是不能滚动 将listscrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 如何获取和设置scrollbar滚动位置 list内容显示不够滚动时...

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