How can i change the speed of listview scrolling in QML?
问题 I have created a list by using listview in QML. In my case, i want to change the speed of the list scrolling, scrollBar and the highlight to different value. For example, Here is a list. While i move the highlight to the next element, three types of animation will be happened. scrollBar will scroll to bottom list will scroll to the top highlight will scroll to the next element As i known, i can change the the highlight by ListView { highlightMoveDuration : 200 } I found that three types