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

大约有 1,082 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0069 秒)

1071. UI加载完成后无法获取控件的大小——超详细版问题 [ 40%]

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

1072. 能不能添加一个控件可以让文字和组件实现弹性滚动啊 [ 39%]

...gb2312的实现翻译 怎么实现同一个工程内分包? 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 View嵌套Dialog组件 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且...

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

1073. 关于laya无法缓存非图片、声音文件bug [ 39%]

...HttpRequest发送Post请求有Bug? laya3D动画无法播放 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 laya怎么跨域加载图片 发布到vivo平台后,龙骨动画无法显示 请问下loader如何强制加载一个文件,避...

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

1074. 【LIST无法拖动】参照官方实例做的 [ 38%]

...            // 使用但隐藏滚动条         list.vScrollBarSkin = "";         list.selectEnable = true;         list.selectHandler = new Handler(this, this.onSelect);         list.renderHandler = new Handler(this, this.updateItem);     ...

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

1075. laya.ui.ComboBox [ 37%]

...负数,可以实现垂直反转效果,比如scaleX=-1。Component  scrollBar : VScrollBar[read-only] 获取对 ComboBox 组件所包含的 VScrollBar 滚动条组件的引用。 ComboBox  scrollBarSkin : String 滚动条皮肤。 ComboBox scrollRect : Rectangle 显示对象的滚动矩形...

来源: laya_api 发布时间: 20170929

1076. laya.ui.ComboBox [ 36%]

...caleX=-1。UIComponent scene : *[read-only] 获得所属场景。 Node  scrollBar : VScrollBar[read-only] 获取对 ComboBox 组件所包含的 VScrollBar 滚动条组件的引用。 ComboBox  scrollBarSkin : String 滚动条皮肤。 ComboBox scrollRect : Rectangle 显示对象的滚动矩形...

来源: Laya2.0_api 发布时间: 20190513

1077. laya.ui.Tree_API3.0 [ 29%]

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

1078. laya.ui.Panel_API3.0 [ 25%]

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

1079. laya.ui.ComboBox_API3.0 [ 20%]

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

1080. laya.ui.UIComponent [ 17%]

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