GridLayout fill content bottom to top
-
hello I want to fill my contents from bottom to top.
that means in a gridlayout each rectangle or any content take place in bottom of window and each next rectangle take place in next place and fill window to top.
How can do this?
please help me...
-
Something like? :
http://doc.qt.io/qt-5/qml-qtquick-gridview.html#flow-prop
-
Thanks for your response...
Yes like this...
but this is TopToBottom...
I want to BottomToTop
How can solve this?
-
@Saman19
most likly by combining it witheffectiveLayoutDirection
, the entry one aboveflowcontrol
in the docu