大约有 52 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0026 秒)
...function() { var Stage = Laya.Stage; var HScrollBar = Laya.HScrollBar; var VScrollBar = Laya.VScrollBar; var Handler = Laya.Handler; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH =...
来源: Laya_示例 发布时间: 20241118
...", "res/ui/hscroll$down.png", "res/ui/hscroll$up.png"); skins.push("res/ui/vscroll.png", "res/ui/vscroll$bar.png", "res/ui/vscroll$down.png", "res/ui/vscroll$up.png"); Laya.loader.load(skins, Handler.create(this, this.onSkinLoadComplete)); } onSkinLoadComplete() { this.placeHScroller(); this.placeVS...
来源: Laya2.0_示例 发布时间: 20241118
vscroll.png设置九宫格不管用 vscroll.png设置九宫格不管用 素材是这样子的 附件 : --> 2018-01-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: demo发来看看吧...
来源: Laya_社区 发布时间: 20180125
垂直滚动条组件(VScrollBar)一、通过LayaAir IDE创建VScrollBar组件1.1 创建VScrollBar1.2 VScrollBar属性1.3 脚本控制VScrollBar二、通过代码创建VScrollBar组件垂直滚动条组件(VScrollBar) 一、通过LayaAir IDE创建VScrollBar组件 VScrollBar 组件是一个...
来源: Laya3.0_文档 发布时间: 20241014
UI中的list组件如何配合VScroll 使用 看了官网的案例 网上找了找 两个都试了试 不报错 也不出来 有点晕 能不能给个案例 不要图片 官网那个图片我就晕了 能不能换成文字 来段代码 万分感谢 2018-02-09 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20180209
如何用代码控制panel的vscroll滚动幅度 如何用代码控制panel的vscroll滚动幅度 2017-07-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 控制panel的vScrollBar的scro...
来源: Laya_社区 发布时间: 20170719
组件vscroll和panel组合使用时,随着内容的增加或减少,滚动条的按钮效果会变形,求解决 2018-11-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 这得美...
来源: Laya_社区 发布时间: 20181107
...e.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; var res = [ "../../res/ui/vscroll.png", "../../res/ui/vscroll$bar.png", "../../res/ui/vscroll$down.png", "../../res/ui/vscroll$up.png", "../../res/ui/tree/clip_selectBox.png", "../../res/ui/tree/clip_tree_folder.png", "../../res/ui/tree/clip_tree_arro...
来源: Laya_示例 发布时间: 20241118
..._SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); let res = [ "res/ui/vscroll.png", "res/ui/vscroll$bar.png", "res/ui/vscroll$down.png", "res/ui/vscroll$up.png", "res/ui/tree/clip_selectBox.png", "res/ui/tree/clip_tree_folder.png", "res/ui/tree/clip_tree_arrow.png" ]; Laya.loader.load(res, Hand...
来源: Laya2.0_示例 发布时间: 20241118
...自: (ts项目)解决了.把panel源代码里的changeScroll方法里的 vscroll.setScroll(0,contentH-showHeight,vscroll.value);改成 vscroll.setScroll(vscroll.min,contentH-showHeight,vscroll.value);就行, 很奇怪,明明min可以设置成负数,为什么在这里你们还要把最小值写死为...
来源: Laya_社区 发布时间: 20170916