大约有 45 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0021 秒)
...progressbar_ | progress_ | | ComboBox | 下拉框 | combobox_ | combo_ | | VScrollBar | 垂直滚动条 | vscrollbar_ | vscroll_ | | HScrollBar | 水平滚动条 | hscrollbar_ | hscroll_ | | Image | 位图 | Image_ | img_ | | sprite | 精灵 | 不按组件规则命名的都被视为sprite | | **Tips...
来源: Laya2.0_文档 发布时间: 20210715
...progressbar_ | progress_ | | ComboBox | 下拉框 | combobox_ | combo_ | | VScrollBar | 垂直滚动条 | vscrollbar_ | vscroll_ | | HScrollBar | 水平滚动条 | hscrollbar_ | hscroll_ | | Image | 位图 | Image_ | img_ | | sprite | 精灵 | 不按组件规则命名的都被视为sprite | | **Tips...
来源: Laya2.0_文档 发布时间: 20210714
...r(); this.panel = new Laya.Panel(); this.panel.size(720, 1136); this.panel.vScrollBarSkin = "comp/vscroll.png"; Laya.stage.addChild(this.panel); var img:Laya.Image = new Laya.Image(); img.skin = "res/GameBG2.jpg" this.panel.addChild(img) var img1:Laya.Image = new Laya.Image(); img1.y = 1136; img1.sk...
来源: Laya_社区 发布时间: 20180529
...this.combobox.selectedIndex = 1; this.combobox.scrollBarSkin = "atlas/comp/vscroll.png"; } } 二、通过代码创建ComboBox组件 在进行书写代码的时候,免不了通过代码控制UI,创建UI_ComboBox类,通过代码设定ComboBox相关的属性。下述示例演示了如何通过代...
来源: Laya3.0_文档 发布时间: 20241014
...r Skin属性用来设置垂直滚动条的皮肤,从资源面板里选择vscroll.png到该属性中,会立即生成滚动条皮肤。 (图1-4) 注意:当Scroll Type为无滚动时,即使设置了滚动条皮肤,在运行时也不会有滚动效果。 设置Repeat Y为6,表示当列...
来源: Laya3.0_文档 发布时间: 20241014