Files
neochat/imports/Spectral/Component/AutoListView.qml
Black Hat 1c3fcef542 Use AutoListView.
Fixes #84.
2018-10-15 09:56:30 +08:00

10 lines
114 B
QML

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