1
0

qml: implement scrollbar drag in history listview

This commit is contained in:
Sander van Grieken
2022-08-24 12:25:51 +02:00
parent b0cfc2ab14
commit c37e202e44
3 changed files with 50 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ Item {
width: ListView.view.width
height: delegateLayout.height
// expose delegate model for scroll indicator
property var delegateModel: model
ColumnLayout {
id: delegateLayout
width: parent.width