ListView and onCurrentIndexChanged
-
Hi everyone. I have a ListView
@ ListView{
id:someListView
anchors.fill: parentcurrentIndex: 0 onCurrentIndexChanged: root.currentIndex = currentIndex orientation: Qt.Horizontal boundsBehavior: Flickable.DragOverBounds model: someModel highlightRangeMode: ListView.StrictlyEnforceRange snapMode: ListView.SnapOneItem highlightFollowsCurrentItem:true }@
the index is changed when the second item is at half of the ListView screen. Can I make it change only when the second item is entirely visible to the screen??