大约有 10 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0068 秒)
... Sprite hScrollBarSkin : String 水平方向滚动条皮肤。 List itemRender : * 单元格渲染器。 取值: 单元格类对象。 UI 的 JSON 描述。 List layoutEnabled : Boolean = true 是否启用相对布局 Component left : Number 从组件左边到其内容区域左边之间的...
来源: laya_api 发布时间: 20170929
...件检测依据。 Stage对象和UI的View组件默认为true。 Sprite itemRender : * 此对象包含的List实例的单元格渲染器。 取值: 单元格类对象。 UI 的 JSON 描述。 Tree keepStatus : Boolean 数据源发生变化后,是否保持之前打开状态,默认为true...
来源: laya_api 发布时间: 20170929
... Sprite hScrollBarSkin : String 水平方向滚动条皮肤。 List itemRender : * 单元格渲染器。 取值: 单元格类对象。 UI 的 JSON 描述。 List left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 UIComponent length : int...
来源: Laya2.0_api 发布时间: 20190513
...件检测依据。 Stage对象和UI的View组件默认为true。 Sprite itemRender : * 此对象包含的List实例的单元格渲染器。 取值: 单元格类对象。 UI 的 JSON 描述。 Tree keepStatus : Boolean 数据源发生变化后,是否保持之前打开状态,默认为true...
来源: Laya2.0_api 发布时间: 20190513
...reshList.top = 30; Laya.stage.addChild(this.refreshList); this.refreshList.itemRender = ItemBox; this.refreshList.vScrollBarSkin = ""; // 创建数据 var data = this.createData(9, "初始数据"); this.refreshList.array = data; // 添加事件监听 this.refreshList.on(Event.MOUSE_UP, this, this.st...
来源: Laya2.0_示例 发布时间: 20241123
...选中时标签颜色,标签颜色,边框颜色,背景颜色" ComboBox itemRender : * = null 渲染项,用来显示下拉列表展示对象 ComboBox itemSize : int 下拉列表项标签的字体大小。 ComboBox labelBold : Boolean 表示按钮文本标签是否为粗体字。 ComboBox ...
来源: laya_api 发布时间: 20170929
...ist:List = new List();//创建一个 List 类的实例对象 list 。 list.itemRender = Item;//设置 list 的单元格渲染器。 list.repeatX = 1;//设置 list 的水平方向单元格数量。 list.repeatY = 10;//设置 list 的垂直方向单元格数量。 list.vScrollBarSkin = "resource/ui/vs...
来源: Laya3.0_api 发布时间: 20231115
...选中时标签颜色,标签颜色,边框颜色,背景颜色" ComboBox itemRender : * = null 渲染项,用来显示下拉列表展示对象 ComboBox itemSize : int 下拉列表项标签的字体大小。 ComboBox labelBold : Boolean 表示按钮文本标签是否为粗体字。 ComboBox ...
来源: Laya2.0_api 发布时间: 20190513
....scrollBarSkin = "resource/ui/vscroll.png";//设置 tree 的皮肤。 tree.itemRender = Item;//设置 tree 的项渲染器。 tree.xml = xml;//设置 tree 的树结构数据。 tree.x = 100;//设置 tree 对象的属性 x 的值,用于控制 tree 对象的显示位置。 tree.y = 100;//设置 tree...
来源: Laya3.0_api 发布时间: 20231115
...perties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior itemRender mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom button cacheAs centerX centerY components customRenderEnable dataSource default...
来源: Laya3.0_api 发布时间: 20231115