qml: implement scrollbar drag in history listview
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user