GridView.FlowLeftToRight with horizontal scrolling
Unsolved
QML and Qt Quick
-
Hello,
I was wondering if there is a not too difficult way to get a GridView to scroll from left to right while maintaining the default left to right item layout.
I know I can get horizontal scrolling if I change the flow to GridView.FlowTopToBottom but then the Items are no longer laid out from left to right which is what I need.
Thanks for any tips..
-Tavis