Hi,
I'm using QML ListView to display data which is provided by QAbstractListModel instance with C++, if I insert new items to the front of list, all displayed old list items would be pushed down, so user's operation will be interrupted. Is it possible that list view DO NOT scroll automatically when new items are inserted?
Yang






