I have a UIGridLayout with CellPadding 0, 0, 0, 0 and CellSize .25, 0, 1, 0 which is supposed to fit 4 frames inside a larger frame. Depending on the dimensions, it will wrap the fourth frame to the next row. There are other pixel-length inconsistencies that I don’t know what to do about, but I would prefer the elements having inconsistent sizes over the content not fitting or having inconsistent padding width.
https://i.gyazo.com/7f43910bbb4ebe307cfb05e212523f7b.mp4
To get everything perfect, I would need to program the container to have a size which is a multiple of a certain number of pixels plus some offset so that the relationships within all have integer solutions. I really don’t like hardcoding design structure when it could just work by using the right objects.
4 Likes
We’ll look into this. It is definitely intended behavior for a .25 X CellSize to have 4 cells across.