大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0024 秒)
...rted Menu Globals "laya/ui/List" List Class List List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 example 以下示例代码,创建了一个 List 实例。 package { import laya.ui.List; import laya.utils.Handler; public class List_Example { p...
来源: Laya3.0_api 发布时间: 20231115
...置 tree 的高度。 Laya.stage.addChild(tree);//将 tree 添加到显示列表。 } } } import laya.ui.Box; import laya.ui.Clip; import laya.ui.Label; class Item extends Box { public function Item() { this.name = "render"; this.right = 0; this.left = 0; var selectBox:Clip = new Clip("resource/ui/c...
来源: Laya3.0_api 发布时间: 20231115