[Interest] ColumnLayout | Repeater | implicitHeight of delegate

Igor Mironchik igor.mironchik at gmail.com
Sat Mar 3 10:17:27 CET 2018


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




More information about the Interest mailing list