Hello,
ColumnLayout {
width: appWindow.width
Repeater {
model: searchModel
delegate: Item {
Layout.fillWidth: true
implicitHeight: childrenRect.height
How can I set implicitHeight of delegate so there will no bind loops?
Thank you.
Without explicit set of implicitHeight ColumnLayot doesn't work...