Ugly but works
property real rowHeight: textHeight.height
Text{ id: textHeight; visible: false; text: "Hello World"}
TextArea {
height: rowHeight * model.length
}
↧








