I need help with Expanded Buttons #110
Unanswered
thethinkingman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to make the group_button fill a row. I can do it without group_button but haven't worked out how to do it with it.
If I have 3 or more buttons I'd like there to be a space between the buttons.
What I am trying to achieve (as an example) is:
If I have 2 buttons, Jason and Samantha, when they are displayed in a Row that is 100% wide, Jason will take up 50% and Samantha the other 50%. If I had specified a space then there would be space between them.
Obviously I don't want to hard code button names.
Here is my code - that doesn't do what I want:
Beta Was this translation helpful? Give feedback.
All reactions