Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 QML 中,您可以垂直或水平地装饰列表视图的项目。但是是否有可能像我们在 css 中所做的那样让项目浮动?我的意思是这样的: _ __ _ __ _ __ _ __ _ ___ | 项目 1 项目 2 项目 3 | | 项目 4 项目 5 项目 6 | | 项目7 | |__ _ __ _ __ _ __ _ ___ |
解决方案很简单,为其他有同样问题的人添加:还有另一个用于此用途的组件,称为 GridView,它完全可以完成工作。