resize 重新调整容器元素
resize
类型: MethodDeclaration
所属类: ContainerElement
定义位置: ui.ts
描述
重新调整容器元素
返回值
类型: void
源代码
位置: 第 6102 行
public resize(): void {
if (this.visible) {
if (this.parent instanceof WindowElement) {
return this.parent.requestResizing()
}
this.calculatePosition()
this.resizeChildren()
}
}
文档生成时间:2025/7/7 12:07:07