QGrid icon indicating copy to clipboard operation
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?

Open joshuarobs opened this issue 4 years ago • 1 comments

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

joshuarobs avatar May 14 '20 15:05 joshuarobs

How about calculating the height from content, rowCount, vSpace and vPadding and specifying it in the frame?

giiiita avatar Jul 06 '20 16:07 giiiita