Add scrollhelper.

This commit is contained in:
Black Hat
2018-10-15 07:26:27 +08:00
parent cc55793e77
commit 9558c75219
6 changed files with 107 additions and 4 deletions

View File

@@ -77,6 +77,7 @@ Item {
displayMarginEnd: 40
verticalLayoutDirection: ListView.BottomToTop
spacing: 8
interactive: false
boundsBehavior: Flickable.DragOverBounds
@@ -156,6 +157,12 @@ Item {
}
}
ScrollHelper {
anchors.fill: parent
flickable: parent
}
RoundButton {
width: 64
height: 64