Add button in an item of a List Card - botframework

there's a way to add a button or a link on the right side of the items of a List Card on Teams? Similar to this image for illustration.
list card example
Some of my users are complaining that the UX of this component could not make clear that it is a clickable card.
Any thoughts on adding a button or similar to the card items?

If you are developing a custom bot using Bot Framework, you can try AdaptiveCards instead.
It can't scroll like ListCard, but you can use some kind of pagination if it suits your needs.
Check on this:
https://adaptivecards.io/samples/

There doesn't seems to be any way to add a button or a link on the right side of the items of a List Card on Teams.

Related

How to add custom UI elements inside chat window using MS Teams Toolkit?

I previously worked on creating VSTO and Office addins for MS Outlook, Excel and Word using C# VS. Now I have a plan to build one for MS teams. So, I checked online and found the documentation.
But I didn't found that how I can add custom UI elements (text, buttons etc.) inside a chat window. For example: Teams suggested replies shows suggestions inside button above the chat textbox.
Do anybody have an idea that how I can achieve this one?
you might want to start with these docs:
build a command-response bot that you can customize the messages in chat window to either text or adaptive cards (on which you can have buttons).
and notification bot doc which has more information on customizing adaptive card for Teams apps.
there are also docs on message extension on the same doc site, you can take a look to decide which is what you want to build.

Selection disappears when action button is clicked in adaptive cards

I am using Input Choice List but when I click on submit button,the selected value from the choicelist disappears in the card.
Adaptive Card version: 1.0
I am trying to post this card to Microsoft Teams.
As mentioned in my answer to the other question, this is expected behavior in Microsoft Teams. You can use the workaround I provided there, or you can ask Teams to change this behavior in their builtin feedback system:

Is there a way to create a chatbox with domino-ui components that is fixed one in right corner?

i'm trying to create a chatbox with domino-ui components, a fixed one in right corner of screen like the chat you can open in the showcase of demo app. Does anyone know a simple way to do that? I'm searching a sort of advice on components to use.
if you are looking for a way to open a panel and implement your own chat dialog you can use sheet modals demonstrated here
sheet modals
you can open a left or right modal with 3 different sizes

Adding a menu to classroom

I want to add a menu or a button which allows a teacher to click on that to view charts and reports that is specific for a particular course. Is there a way one can add menus or buttons inside Google Classroom ? Similar to Stream, Students and About, I would like to add Reports as an item on the dashboard. When the user clicks on Reports I want to show graphs and information on the dashboard ideally without leaving Google Classroom if possible.
Any help and guidance is more appreciated.
Regards
ajith

Which toolbox does facebook app use

which toolbox is that?
I use ListView now, but if I click it, it looks like I choose it, not click it.
so I want to change.
Your question is very unclear but I'll share some information about ListView.
I don't know which facebook app is that but official Facebook App (not beta) is using ListView too AFAIK.You can customize ListView's Style and ItemTemplate to achieve that.
Theese 2 MSDN articles about ListView will help you.
https://msdn.microsoft.com/library/windows/apps/windows.ui.xaml.controls.listview.aspx
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/jj709922.aspx

Resources