Different behavior for image and text in a Text and image list view

Hi Koders!
Is it possible to have different behavior when you click on a image than the one for the click in a text field in a List view and image component?
I have this component in my app and it works fine, it shows a list of asana (yoga postures) with their corresponding name and you can select one by clicking on the image or the name.
But it would be fine that if you click on the image it get enlarged, to see it better, and only the asana is selected when you click on the name.
Is this possible?
Thanks in advance!

You have to use dynamic Component’s for this to work. You can dynamically create a Horizontal Arrangement with a Picture and Text. And register Click on both.

2 Likes

Oh! That’s a good idea! I’ll give it a try. Thanks!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.