Can I show more than one button/option in teams using cards?

独自空忆成欢 提交于 2020-01-06 05:26:20

问题


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:

  1. 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.
  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!