大约有 1,082 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0069 秒)
Laya_社区(1040) Laya2.0_文档(13) laya_api(8) Laya3.0_api(8) Laya2.0_api(8) Laya3.0_文档(2) Laya2.0_示例(2) Laya_示例(1)
...ass TestUI extends ui.test.testwhUI { constructor() { super(); this.mypan.vScrollBarSkin = ""; Laya.stage.on(Laya.Event.RESIZE, this, this.fitDOMElements); this.mypan.vScrollBar.on(Laya.Event.CHANGE, this, this.fitDOMElements_scroll); } private fitDOMElements(a, b, c, d, e, f): void { console.log("-...
来源: Laya_社区 发布时间: 20170720
...gb2312的实现翻译 怎么实现同一个工程内分包? 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 View嵌套Dialog组件 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且...
来源: Laya_社区 发布时间: 20170609
...HttpRequest发送Post请求有Bug? laya3D动画无法播放 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 laya怎么跨域加载图片 发布到vivo平台后,龙骨动画无法显示 请问下loader如何强制加载一个文件,避...
来源: Laya_社区 发布时间: 20200529
... // 使用但隐藏滚动条 list.vScrollBarSkin = ""; list.selectEnable = true; list.selectHandler = new Handler(this, this.onSelect); list.renderHandler = new Handler(this, this.updateItem); ...
来源: Laya_社区 发布时间: 20210122
...负数,可以实现垂直反转效果,比如scaleX=-1。Component scrollBar : VScrollBar[read-only] 获取对 ComboBox 组件所包含的 VScrollBar 滚动条组件的引用。 ComboBox scrollBarSkin : String 滚动条皮肤。 ComboBox scrollRect : Rectangle 显示对象的滚动矩形...
来源: laya_api 发布时间: 20170929
...caleX=-1。UIComponent scene : *[read-only] 获得所属场景。 Node scrollBar : VScrollBar[read-only] 获取对 ComboBox 组件所包含的 VScrollBar 滚动条组件的引用。 ComboBox scrollBarSkin : String 滚动条皮肤。 ComboBox scrollRect : Rectangle 显示对象的滚动矩形...
来源: Laya2.0_api 发布时间: 20190513
...ree:Tree = new Tree();//创建一个 Tree 类的实例对象 tree 。 tree.scrollBarSkin = "resource/ui/vscroll.png";//设置 tree 的皮肤。 tree.itemRender = Item;//设置 tree 的项渲染器。 tree.xml = xml;//设置 tree 的树结构数据。 tree.x = 100;//设置 tree 对象的属性 x 的...
来源: Laya3.0_api 发布时间: 20231115
...ticEnabled filters globalRotation globalScaleX globalScaleY graphics gray hScrollBar hScrollBarSkin height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect scrollType skewX skewY stage staticCache texture timer...
来源: Laya3.0_api 发布时间: 20231115
...mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollBar scrollBarSkin scrollRect scrollType selectHandler selectedIndex selectedLabel sizeGrid skewX skewY skin stage stateNum staticCache texture timer toolTip top transform url viewport visible visibleNum width x y zOrder...
来源: Laya3.0_api 发布时间: 20231115
...asses Box, Button, Clip, ColorPicker, ComboBox, Image, Label, ProgressBar, ScrollBar, Slider, TipManager, WXOpenDataViewer Component 是ui控件类的基类。 生命周期:preinitialize > createChildren > initialize > 组件构造函数 Public Properties Hide Inherited Public Properties ...
来源: Laya2.0_api 发布时间: 20190513