if you want, you can add a button somewhere that will return the user automatically to the beginning of the list:
@
onClicked: listView.currentIndex = 0
@
Just make sure that in the ListView definition you have set the highlightFollowsCurrentItem to true.