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.
我制作了一个包含 3 个矩形(页面)的 ListView,它们被水平轻弹,一次显示一个矩形,视图使用按钮在它们之间切换, 我想知道如何防止用户通过按 & 在它们之间切换拖动页面(他只能通过按下按钮转到另一个矩形) 谢谢,
您应该将“交互式”属性设置为 false。它属于派生“ListView”的“Flickable”类。