bricks/docs/cn/widgets/BoxLayout.md

22 lines
406 B
Markdown
Raw Normal View History

2024-05-11 17:58:28 +08:00
# 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