Skip to content

format

typescript
HorizontalLayout.reverse

class: HorizontalLayout

description

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

If the return value is true, it means that the child elements are arranged in reverse order, i.e., the child element that was originally on the far left will be placed on the far right, and the child element that was originally on the far right will be placed on the far left.

parameter

param_nametypedescription

reture

typedescription
booleanWhether to reverse the filling

code example