大约有 39 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
...: void { var list = new List(); list.itemRender = Item; list.repeatX = 3; list.repeatY = 3; list.x = 50; list.y = 100; list.spaceX = -50; list.spaceY = ...
来源: Laya_社区 发布时间: 20210122
...{ super(); } onAwake(): void { var list: Laya.List = new Laya.List(); list.itemRender = Item; list.repeatX = 1; list.repeatY = 4; list.x = (Laya.stage.width - Item.WID) / 2; list.y = (Laya.stage.height - Item.HEI * list.repeatY) / 2; // 设置List的垂直滚动 list.scrollType = Laya.ScrollType.Ver...
来源: Laya3.0_文档 发布时间: 20241014
...件检测依据。 Stage对象和UI的View组件默认为true。 Sprite itemRender : * 此对象包含的List实例的单元格渲染器。 取值: 单元格类对象。 UI 的 JSON 描述。 Tree keepStatus : Boolean 数据源发生变化后,是否保持之前打开状态,默认为true...
来源: laya_api 发布时间: 20170929
...件检测依据。 Stage对象和UI的View组件默认为true。 Sprite itemRender : * 此对象包含的List实例的单元格渲染器。 取值: 单元格类对象。 UI 的 JSON 描述。 Tree keepStatus : Boolean 数据源发生变化后,是否保持之前打开状态,默认为true...
来源: Laya2.0_api 发布时间: 20190513
...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 ...
来源: laya_api 发布时间: 20170929
...选中时标签颜色,标签颜色,边框颜色,背景颜色" 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