大约有 40 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)
...lass 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
...件名 资源文件名前缀 资源文件名前缀缩写 辅助标识名 VScrollBar 垂直滚动条 vscrollbar_ vscroll_ 垂直划动条$bar、上点击按钮$up 、下点击按钮$down HScrollBar 水平滚动条 hscrollbar_ hscroll_ 水平划动条$bar、左点击按钮$up 、右点击按钮$down P...
来源: Laya3.0_文档 发布时间: 20241014
...以实现垂直反转效果,比如scaleX=-1。Component scrollBar : VScrollBar[read-only] 获取对 ComboBox 组件所包含的 VScrollBar 滚动条组件的引用。 ComboBox scrollBarSkin : String 滚动条皮肤。 ComboBox scrollRect : Rectangle 显示对象的滚动矩形范围,具...
来源: laya_api 发布时间: 20170929
...IComponent scene : *[read-only] 获得所属场景。 Node scrollBar : VScrollBar[read-only] 获取对 ComboBox 组件所包含的 VScrollBar 滚动条组件的引用。 ComboBox scrollBarSkin : String 滚动条皮肤。 ComboBox scrollRect : Rectangle 显示对象的滚动矩形范围,具...
来源: Laya2.0_api 发布时间: 20190513
...HSilder、VSlider、List、Panel、Tree、Tab、ViewStack、HScrollBar、VScrollBar、ColorPicker、View、Dialog、OpenDataContextView); 2D骨骼动画(Spine、Skeleton)。 以上列出了可以创建的节点类型,下面就来介绍创建节点的方式,主要有两种:一种是创...
来源: Laya3.0_文档 发布时间: 20241014
...extArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips:*Sprite比较特别,即是基本的显示图形的显示列表节点,同时也是容器。在2.0里为了避免滥用UI组件,未按组件规则命名的组件不再识别为Im...
来源: Laya2.0_文档 发布时间: 20200609
...,{"props":{"x":259,"y":223,"skin":"comp/vscroll.png","height":150},"type":"VScrollBar"},{"props":{"x":224,"y":223,"skin":"comp/vslider.png","height":150},"type":"VSlider"},{"type":"List","child":[{"type":"Box","child":[{"props":{"skin":"comp/label.png","text":"this is a list","x":26,"y":5,"width":78...
来源: Laya_社区 发布时间: 20170330
...extArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips:*Sprite比较特别,即是基本的显示图形的显示列表节点,同时也是容器。在2.0里为了避免滥用UI组件,未按组件规则命名的组件不再识别为Im...
来源: Laya2.0_文档 发布时间: 20200609
...extArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 ##### 容器UI组件 容器类组件通常不需要以资源命名来识别组件,而是由一个或多个基础组件通过转化为容器的方式生成而来。在IDE里可以通过`Ctrl+...
来源: Laya2.0_文档 发布时间: 20210714
...ned in laya/display/Sprite.ts:302 Returns Scene scrollBar get scrollBar(): VScrollBar Defined in laya/ui/ComboBox.ts:602 获取对 ComboBox 组件所包含的 VScrollBar 滚动条组件的引用。 Returns VScrollBar scrollBarSkin get scrollBarSkin(): string set scrollBarSkin(value: string): void De...
来源: Laya3.0_api 发布时间: 20231115