大约有 23 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0083 秒)
...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/HScrollBar" HScrollBar Class HScrollBar 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 example 以下示例代码,创建了一...
来源: Laya3.0_api 发布时间: 20231115
...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/VScrollBar" VScrollBar Class VScrollBar 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 example 以下示例代码,创建了一...
来源: Laya3.0_api 发布时间: 20231115
...ype = Laya.ScrollType.Vertical;//设置列表使用垂直滚动 this.list.vScrollBarSkin = "";//隐藏列表的滚动条皮肤 this.list.elasticEnabled = true;//设置橡皮筋为ture this.list.scrollBar.elasticBackTime = 200;//设置橡皮筋回弹时间。单位为毫秒 this.list.scrollBar.elasti...
来源: Laya3.0_文档 发布时间: 20241014
...private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, t...
来源: Laya_社区 发布时间: 20170215
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/ScrollBar" ScrollBar Class ScrollBar ScrollBar 组件是一个滚动条组件。 当数据太多以至于显示区域无法容纳时,最终用户可以使用 ScrollBar 组件控制所显示的数据部分。 滚动条由四...
来源: Laya3.0_api 发布时间: 20231115
... DocumentationAll Packages | All Classes | Index | Frames No Frames VScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因...
来源: laya_api 发布时间: 20170929
... DocumentationAll Packages | All Classes | Index | Frames No Frames HScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因...
来源: laya_api 发布时间: 20170929
... DocumentationAll Packages | All Classes | Index | Frames No Frames VScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因...
来源: Laya2.0_api 发布时间: 20190513
... DocumentationAll Packages | All Classes | Index | Frames No Frames HScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因...
来源: Laya2.0_api 发布时间: 20190513
...负数,可以实现垂直反转效果,比如scaleX=-1。Component scrollBar : VScrollBar[read-only] 获取对 ComboBox 组件所包含的 VScrollBar 滚动条组件的引用。 ComboBox scrollBarSkin : String 滚动条皮肤。 ComboBox scrollRect : Rectangle 显示对象的滚动矩形...
来源: laya_api 发布时间: 20170929