9
imports/Spectral/Component/AutoListView.qml
Normal file
9
imports/Spectral/Component/AutoListView.qml
Normal file
@@ -0,0 +1,9 @@
|
||||
import QtQuick 2.9
|
||||
|
||||
ListView {
|
||||
ScrollHelper {
|
||||
anchors.fill: parent
|
||||
|
||||
flickable: parent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user