问题
I am trying to put 8 options in a card but I need to scroll to get other options horizontally. Is there it possible to make it available in a single card
回答1:
Currently you can add only 6 actions directly in an adaptive card. If you want to send more than 6 buttons here are two things you could try:
- Use ActionSets which would add 6 buttons in each set.In this way you can show 12 buttons in a card. Please try this out in the AdaptiveCards Designer.
- You could try using AdaptiveCard.ShowCard action to show few buttons on a different card shown on click of a button.
Please let us know if you need any further assistance.
来源:https://stackoverflow.com/questions/59133540/can-i-show-more-than-one-button-option-in-teams-using-cards