[Suggestion] Line wrap layout
Open
enhancement
views
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 270
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 2
Description
I have a suggestion
# Problem description
LinearLayout::horizontal print items like this (screen width: 30, A~E has 12 width)
| A | | B | | C | | D | | E |
| A | | B | | C | | D | | E |
It can look better when Layout do line wrap for its children
| A | | A | | B | | B |
| C | | C | | D | | D |
| E | | E |
Contributor guide
Assessment
This issue has not been assessed yet.