QML: Shape-Shifting Delegates with GridView
-
Hello,
In the "Qt QML Book" the Shape-Shifting Delegates been mentioned.
I have tried to replaced ListView with GridView. But delegate expands to position relative to cell:
Is it possible to expand delegate to the whole size of visible part of GridView?
Thanks in advance!