Skip to content

format

typescript
VerticalLayout.reverse

class: VerticalLayout

description

Whether to reverse the filling of child controls in a vertical layout.

If the return value is true, it means that the child elements are arranged in reverse order, that is, the child element that was originally at the top will be arranged at the bottom, and the child element that was originally at the bottom will be arranged at the top.

parameter

param_nametypedescription

reture

typedescription
booleanWhether to reverse the filling

code example