GODT-1939: removed vertical overshoot when scrolling.

This commit is contained in:
Xavier Michelon
2022-10-21 18:17:13 +02:00
parent ab700543b9
commit aae60b2ef8
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ Item {
clip: true
anchors.fill: parent
Component.onCompleted: contentItem.boundsBehavior = Flickable.StopAtBounds // Disable the springy effect when scroll reaches top/bottom.
Item {
// can't use parent here because parent is not ScrollView (Flickable inside contentItem inside ScrollView)

View File

@ -44,6 +44,7 @@ Item {
clip: true
anchors.fill: parent
Component.onCompleted: contentItem.boundsBehavior = Flickable.StopAtBounds // Disable the springy effect when scroll reaches top/bottom.
Item {
// can't use parent here because parent is not ScrollView (Flickable inside contentItem inside ScrollView)