diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml
index 4441207e72aec17b64683fc9f0ba61e1705cc582..46e1d97d4793728587dc2ba7d01b50513e1d5b6a 100644
--- a/src/controls/TableView.qml
+++ b/src/controls/TableView.qml
@@ -450,6 +450,7 @@ ScrollView {
                 sourceComponent: root.rowDelegate
                 // Row fills the view width regardless of item size
                 // But scrollbar should not adjust to it
+                height: item ? item.height : 16
                 width: parent.width + __scroller.horizontalScrollBar.width
                 x: flickableItem.contentX