Horizontal Grid Layout Group

Is there a way i can make it so the grid layout goes horizontally instead of down vertically

a) Set the start axis to vertical and constraint to either flexible or fixed row count
b) Set the constraint to fixed row count, seems like start axis is ignored when you are not using flexible mode.

Either way if you are also using content size fitter you might also want to change the config for that as well.