Hi,

Solution found: in the delegate I have one Row, and I just set implicitHeight to row.implicitHeight


On 03.03.2018 11:42, Igor Mironchik wrote:
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...


_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to