Issues with UIAspectRatioConstraint and UIListLayout

I have a Frame that has 5 buttons inside of it, each one of them has an UIAspectRatioConstraint inside to keep it square.
ui1
However, when the frame is resized vertically, the buttons don’t resize along with it:


How would I make it so that the buttons resize along with it while also staying square at all times?