Files
moment/src/qml/Base/HListView.qml
2019-08-17 20:29:56 -04:00

13 lines
280 B
QML

import QtQuick 2.12
import QtQuick.Controls 2.12
HFixedListView {
interactive: true
keyNavigationWraps: true
// This is used to smooth scroll when currentIndex is changed
highlightMoveDuration: theme.animationDuration * 4
ScrollBar.vertical: ScrollBar {}
}