"ContentFlow"/"GridFlow" item view/positioner/layout
			
			QML and Qt Quick
		
6
Posts
4
Posters
2.6k
Views
3
Watching
- 
@Lorenz 
 Flow is not applicable for items with different height: 
 i need those two small squares to be placed on top@morte 
 i am currently working on an QML extension plugin (for Android) which includes such layout.
 But there is much work left before i can release it.
- 
Do any of the Layouts in QML actively change size of the child Items? Because I think this is a necessary functionality you'll need to implement Metro-style layout, and i'm not sure Qml layouts have this possibility(as far as i know Layouts in QML are merely responsible for the positions of the items, not the size) 
- 
I have posted suggestion about adding such positioner to QtQuick: 
 https://bugreports.qt.io/browse/QTBUG-57549
 
