How to evenly place children GuiObjects horizontally/vertically within it's parent?

Hello.

I am looking for a way to evenly space out GuiObjects within it’s parent.

For example:
image
This picture is utilizing UIGridLayout. It places it in a grid, but this grid is not evenly placed.

One might say I could simply change the HorizontalAlignment to Center, but that’s not what I want. I want it to be evenly padded all around.
image