ListView and keyboard and no bouncing.
-
Set
interactive
to false, implement custom handlers for keys usingShortcut
orKeys
orkeyNavigationEnabled
https://doc.qt.io/qt-6/qml-qtquick-listview.html#keyNavigationEnabled-prop (you can useListView
s methods likeflick()
), and bouncing can be controlled via properties likeboundsBehavior
https://doc.qt.io/qt-6/qml-qtquick-flickable.html#boundsBehavior-prop.