bricks/docs/cn/widgets/BoxLayout.md
2024-05-11 17:58:28 +08:00

406 B

BoxLayout

Boxlayout is a one direction layout, it layout subwidgets on vertical direction or horizontal direction.

use case

none

inheritance

BoxLayout inherited from Layout

options

{
	orientation:
}

orientation

orientation get value of 'vertical' or 'horizontal', means layout child widget in veritcal or horizontal direction

method

none

event

none