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.
我正在使用Flickable嵌入在矩形中的一个。矩形底部有一个按钮。我的要求是当我按下按钮时,我的 Flickable 将移动到顶部。它几乎就像 HTML 中的#TOP。有人知道如何实现这一目标吗?
Flickable
您应该能够将 Flickable 的contentY属性设置为 0。