I’m not sure what category to put this in but, I need help trying to figure out what size each individual box inside of an UIGridLayout should be so that it can correctly fit with the scrolling frames dimensions.
A Visual of what I’m trying to get at is shown below, and although its just an example, I want to know how I can correctly fit four boxes in a row of four and column of two into a 10x5 box.
The width value of the box would be 2.5 units while the height of the box would be 2.5 units also. You can determine the width and height of an equally partitioned box by dividing the total width/height by the total number of elements in a row/column respectively.