Constraining column number with iOS 16 Grid

The Grid shrinks contained views as more columns are added. Is there a way to set a maximum number of columns/rows such that, instead of shrinking, the grid becomes scrollable?

Wrapping the Grid in a ScrollView works

Constraining column number with iOS 16 Grid
 
 
Q