Animate `positionViewAtIndex`
问题 I have ListView showing a Model, in which, at random positions I might add a entry. Now I want to see my new entry, and try to move the ListView to it, with the positionViewAtIndex(newIndex, ListView.Visible) But this change somtimes feeles very hard. Is there a posibility to smooth it with som animation? A somewhat lengthy example to play with: import QtQuick 2.7 import QtQuick.Controls 2.0 ApplicationWindow { width: 1024 height: 800 visible: true property int lastAddedIndex: -1