Revert "Remove ScrollHelper. Scrolling is fixed in Qt upstream."
This reverts commit 059d8da6b2
This commit is contained in:
11
imports/Spectral/Component/AutoListView.qml
Normal file
11
imports/Spectral/Component/AutoListView.qml
Normal file
@@ -0,0 +1,11 @@
|
||||
import QtQuick 2.12
|
||||
|
||||
ListView {
|
||||
pixelAligned: true
|
||||
|
||||
ScrollHelper {
|
||||
anchors.fill: parent
|
||||
|
||||
flickable: parent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user