MicrosoftDocs / AdaptiveCards

Docs for Adaptive Cards
https://docs.microsoft.com/en-us/adaptive-cards/
Creative Commons Attribution 4.0 International
73 stars 138 forks source link

how to get adaptivecard size when it expand #404

Open amitguptampct12 opened 3 years ago

amitguptampct12 commented 3 years ago

I am using Adaptivecard in iOS. Can anyone help me with how I can get adaptive card size when expand or collapse?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

amitguptampct12 commented 3 years ago

I am using a collection view to show adaptive cards that as some dropdown menus. I have to calculate and give collection view item size to be visible. I can get height adaptive card size at default state that is collapse but when the user expands it, I can not get its size.

amitguptampct12 commented 3 years ago

@PRMerger18 @srivatsn @cgranade I am showing the adaptive card in a collectionview, when user expands the card its height needs to be calculated but I am not able to get it. Please help.

amitguptampct12 commented 2 years ago

Hi Anyone can help please?