ListView forcibly squishes any content to height 1
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 270
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 2
Description
When I tried to create a `BoxView` with fixed width inside a `ListView`, the `ListView` would ignore the `required_size` of `BoxView`. Is it intended that `ListView` only works with single-row content, and would you accept a PR that makes `ListView` vertically expand rows as required by content?
Contributor guide
Assessment
This issue has not been assessed yet.