diff --git a/src/EasyApp/Gui/Components/TableView.qml b/src/EasyApp/Gui/Components/TableView.qml index 6926222..45dcd97 100644 --- a/src/EasyApp/Gui/Components/TableView.qml +++ b/src/EasyApp/Gui/Components/TableView.qml @@ -102,6 +102,16 @@ ListView { } } + // ScrollBar + ScrollBar.vertical: EaElements.ScrollBar { + topInset: listView.headerItem ? listView.headerItem.height : 0 + topPadding: topInset + + interactive: true + + policy: ScrollBar.AsNeeded + } + // Logic function flexibleColumnWidth() {