[Interest] ColumnLayout | Repeater | implicitHeight of delegate

Igor Mironchik igor.mironchik at gmail.com
Sat Mar 3 09:42:02 CET 2018


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




More information about the Interest mailing list