Files
neochat/imports/Spectral/Component/AutoListView.qml
2018-12-07 09:18:42 +08:00

10 lines
115 B
QML

import QtQuick 2.12
ListView {
ScrollHelper {
anchors.fill: parent
flickable: parent
}
}