Skip to content

格式

typescript
VerticalLayout.reverse

所属类: VerticalLayout

描述

是否反向填充垂直布局中的子控件。

如果返回值为 true,则表示子元素被反向排列,即原本在最上方的子元素会排列在最下方,而原本在最下方的子元素会排列在最上方。

参数

参数名类型描述

返回值

类型描述
boolean是否反向填充

代码示例