Listview to automatically assign itself to the bounded area
Solved
QML and Qt Quick
-
Hello,
I have a 15 elements in listview in vertical orientation. I have used clip:true operation so as not to overlap with other components. Now if i scroll the listview some part of the elements will be visible and other part will be hidden. how can i make my listview to automatically assign to the next element otherthan showing only some part of the previous element within the bounded area of listview. -
Looking for snap mode property ? Check in listview documentation
-
Thanks Sir its working perfect