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 中有一个属性动画,可以滚动名称列表。它应该从某个固定的 y 值滚动到其自身高度的负值,以便它恰好从屏幕上消失。
但是,名称列表是动态的,可以随时添加,因此我希望动画在to发生这种情况时立即具有更新的值。那部分,我已经下来了,但是动画似乎没有用新值重新初始化,并保留了旧的动画长度。
to
有什么方法可以在 QML 中做我想做的事吗?
谢谢。
我不认为你的方法是正确的。
您可能想查看ListViewItem 及其positionViewAtIndex方法。
ListView
positionViewAtIndex