Expose flickable direction for TableView

CURA-8948
This commit is contained in:
Jaime van Kessel 2022-02-22 11:28:33 +01:00
parent 8cf9fe7941
commit a14c160d86

View file

@ -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