Re: [Interest] Qml Flow max width

2015-11-03 Thread Jérôme Godbout
Thanks for the feedback, this seem to match my own observation. Regarding the what I would like to see happen, a FlowLayout where the min/max width/height could be specify would be nice. As a matter of fact, I would love to have that min/max width/height on all layout items (Grid, column, row, flow

Re: [Interest] Qml Flow max width

2015-11-03 Thread Rutledge Shawn
> On 30 Oct 2015, at 18:00, Jérôme Godbout wrote: > > Hi, > > is their a way to adjust the width of a flow item to limit it to a maximum > width of parent width but if content is smaller use the childrenRect.width > without binding loop or running into problem with the binding on the first

[Interest] Qml Flow max width

2015-10-30 Thread Jérôme Godbout
Hi, is their a way to adjust the width of a flow item to limit it to a maximum width of parent width but if content is smaller use the childrenRect.width without binding loop or running into problem with the binding on the first children set that the width is set and the flow go into column instea