From a14c160d866b29b8456fcb1a9a095171075523f8 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 22 Feb 2022 11:28:33 +0100 Subject: [PATCH] Expose flickable direction for TableView CURA-8948 --- resources/qml/TableView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/TableView.qml b/resources/qml/TableView.qml index 87f9fbdc05..0ceef11097 100644 --- a/resources/qml/TableView.qml +++ b/resources/qml/TableView.qml @@ -27,6 +27,7 @@ Item property bool allowSelection: true //Whether to allow the user to select items. property string sectionRole: "" + property alias flickableDirection: tableView.flickableDirection Row { id: headerBar