-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.3.0 Alpha
-
None
-
qtdeclarative/stable: 71ec1e0e059589940ca3791bd5bef75360014703
GridView flow enum is not documented correctly.
https://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-gridview.html#flow-prop
GridView.LeftToRight (default) - Items are laid out from left to right, and the view scrolls vertically
GridView.TopToBottom - Items are laid out from top to bottom, and the view scrolls horizontally
It has to be GridView.FlowLeftToRight and GridView.FlowTopToBottom.