QGrid
QGrid copied to clipboard
Is there a way to make it so that the QGrid view doesn't take up the whole height of the screen?
In every grid I place, in the canvas preview, it takes up the whole screen of the device. Is there a way to limit this so that the height of the whole view is restricted to the items in the grid? i.e. to remove unnecessary white space
How about calculating the height from content, rowCount, vSpace and vPadding and specifying it in the frame?