GODT-1939: removed vertical overshoot when scrolling.
This commit is contained in:
@ -43,6 +43,7 @@ Item {
|
|||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
Component.onCompleted: contentItem.boundsBehavior = Flickable.StopAtBounds // Disable the springy effect when scroll reaches top/bottom.
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
// can't use parent here because parent is not ScrollView (Flickable inside contentItem inside ScrollView)
|
// can't use parent here because parent is not ScrollView (Flickable inside contentItem inside ScrollView)
|
||||||
|
|||||||
@ -44,6 +44,7 @@ Item {
|
|||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
Component.onCompleted: contentItem.boundsBehavior = Flickable.StopAtBounds // Disable the springy effect when scroll reaches top/bottom.
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
// can't use parent here because parent is not ScrollView (Flickable inside contentItem inside ScrollView)
|
// can't use parent here because parent is not ScrollView (Flickable inside contentItem inside ScrollView)
|
||||||
|
|||||||
Reference in New Issue
Block a user