How to make it so that buttons do not line break to stay responsive

I want buttons to stay as a single line so that the RG wraps it to the row below.
It’s behaviour i can get with a normal group of buttons, but not with a RG.
If anyone has any ideas that would be great thanks!

Photo what its currently:


Photo of what I want:

I figured it out! I was setting the minium width of button, but i should have set the minimum width of cell. Now it works!
It still it’s exactly like the other, but i presume that just the nature of RG.
Edit: I lied, this isn’t the solution. It’s to change the scroll direction of the RG to horizontal wrapped. Then it all works perfectly and I can still have the width of the buttons fit to content

1 Like

Correct, horizontal width should resolve it.