
Announcements
Dear Community,
I have a gallery on my form. With on each card a profile picture and 2 images.
One image is for too start an email-client and one is for creating a team-session.
I have received the code from my previous question.
So i have added the 2 images, but how can i make it so that the user clicks on the image
the code will be executed. Is this possible with an image?
Or is there a better way?.
1. Is there a way to add my own icons in PowerApps
2. or put a button on it and give it an image.
What is the best way to do this?
Gr. P
Hi @PeKi72 ,
Image controls do have an OnSelect property which can be set to make them clickable, however, when hovering over them, the cursor does not change to a hand. To fix that, you can insert a button on top of the image control and make that totally transparent. Finally set the OnSelect property of the button.