▲ 3 r/QtFramework
GridLayout vs GridView for non-scrollable views
Is there any reason to use a QML GridView over a GridLayout with a Repeater when all items are always displayed on screen and scrolling is disabled?
I ask because I'm finding GridView's concept of fixed cellwidth/height restrictive and I'm able to achieve what I need with a GridLayout + Repeater. Just wanted to make sure I'm not breaking some golden QML rule.
u/Content_Bar_7215 — 4 days ago