diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-14 00:02:33 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-15 20:12:04 +0200 |
commit | 142cfea2ee8b50b5ef2e22b9de4fe4c461411ff2 (patch) | |
tree | e0bd0bcb6d3325a2ee5d9c2984f3cd5ff78cb425 /framework/qml/TreeView.qml | |
parent | 89d62446608feb3296edb692b218d9eecdb24fe4 (diff) | |
download | kube-142cfea2ee8b50b5ef2e22b9de4fe4c461411ff2.tar.gz kube-142cfea2ee8b50b5ef2e22b9de4fe4c461411ff2.zip |
Use a ScrollHelper to fix scrolling on listviews
Because the standard scrolling is so unusable depending on the input
device we replace it by something custom that is fairly similar to what
QQC1 ScrollView did. Using a ScrollView sucks in many ways, including
that you have to wrap all sorts of things which is just code wise not
great at all. The ScrollHelper can instead be attached to any existing
flickable to override it's scrolling behaviour, so we can also silently
drop it once the default flickable behaviour starts to make sense.
Diffstat (limited to 'framework/qml/TreeView.qml')
0 files changed, 0 insertions, 0 deletions