Skip to content
Snippets Groups Projects
Commit 22268499 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Pierre Lamot
Browse files

qml: stop at bound when scrolling in KeyNavigableListView

parent e2806a13
No related branches found
No related tags found
1 merge request!58qml: improve ExpandGridView scrolling performance
Pipeline #92691 passed with stage
in 31 minutes and 55 seconds
......@@ -145,6 +145,9 @@ NavigableFocusScope {
section.criteria: ViewSection.FullString
section.delegate: sectionHeading
boundsBehavior: Flickable.StopAtBounds
boundsMovement :Flickable.StopAtBounds
Connections {
target: view.currentItem
ignoreUnknownSignals: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment