UIGridLayout's column count

Hi!
I wanted to use the UIGridLayout to get a 7-column grid. Unfortunately, due to 7 being an odd number, each element’s width must be equal to 1/7, which is rounded to 0.143 by Studio. Multiplied by 7, it equals to 1.001, making the 7th element move to the second row.

Is there a way to set a static column count? Or are there any better alternatives? As a last resort, I could use the UITableLayout and divide the items into rows using a script, but I’d like to know if it’s possible to avoid that.

Thank you in advance!