Hi,
I have one Gallery and showing data (multiple columns) on gallery item on Label control. on select property using to navigate on other screen. but when I clicking on Item of gallery the Hand cursor is not displaying to Navigate on other screen. The Navigation functionality is working but hand cursor is not displaying.
Please suggest what should I do.
Regards,
Lalit K
Solved! Go to Solution.
Hi @Lalit_Kadam
A way to do this is to add an icon, make the color transparent RGBA(0,0,0,0) and stretch it over the other elements and reorder to front:
Hovering over an icon creates the hand pointer on your mouse, thus make it the clickable element in your gallery.
You can put the functionality for clicking on the item in the OnSelect of the icon if there is specific functionality.
Hope this helps,
Ski
The hand cursor is not appearing on a Label Control when you hover your mouse over it.
You can obtain what you want by replacing the Label Control with a Button Control and set the Text property of the button to what you need and also set the FILL and HOVER FILL property to the same value( to look like a label control).
Hope it helps !
Hi @Lalit_Kadam
A way to do this is to add an icon, make the color transparent RGBA(0,0,0,0) and stretch it over the other elements and reorder to front:
Hovering over an icon creates the hand pointer on your mouse, thus make it the clickable element in your gallery.
You can put the functionality for clicking on the item in the OnSelect of the icon if there is specific functionality.
Hope this helps,
Ski
The hand cursor is not appearing on a Label Control when you hover your mouse over it.
You can obtain what you want by replacing the Label Control with a Button Control and set the Text property of the button to what you need and also set the FILL and HOVER FILL property to the same value( to look like a label control).
Hope it helps !
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
182 | |
52 | |
41 | |
39 | |
33 |
User | Count |
---|---|
247 | |
80 | |
71 | |
70 | |
66 |