web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

Community site session details

Community site session details

Session Id :
Power Apps
Suggested Answer

PCF tooltip issue

(1) ShareShare
ReportReport
Posted on by 26
I have a gallery in powerapps. On clicking of the gallery link, it redirects to the info page. 
 
I am using PCF control tooltip which is a separate control. I need to show this PCF tooltip control on hover of the gallery link. May i know how to achieve this as we don't have any hover function. 
 
If i place the PCF control on top of the hyperlink, the link becomes unclickable. Any idea how to resolve this?
 
Categories:
I have the same question (0)
  • Suggested answer
    Haque Profile Picture
    190 on at

    Hi @Poweruser32490,

     

    Apparently, Power Apps does not have a native hover event for controls, which makes showing a PCF tooltip control on hover tricky. Also, placing the PCF control on top of the gallery link blocks clicks, as you noticed.

    I would suggest to follow this thread, based on this I can suggest some tricks to be followed:

    We can use a Transparent Button or Rectangle for Hover Detection 

    1. Place a transparent button or rectangle next to or overlapping but not fully covering the gallery link.
    2. Set its Fill property to RGBA(0,0,0,0) which means it is fully transparent.
    3. Use the button’s OnSelect or OnHover-like behavior by simulating hover with Timer or MouseEnter/MouseLeave events if available (in some experimental features).
    4. Now we can toggle (Show/hide) the PCF tooltip control based on this interaction.
     

    Use a Timer to Simulate Hover

    1. When the user clicks or focuses on the gallery link, start a timer that shows the tooltip after a short delay.
    2. When the user clicks elsewhere or after some time, hide the tooltip. This simulates hover without blocking clicks.
     

    Show Tooltip on Gallery Link Select (Click)

    1. One trick  -  we can show the PCF tooltip control when the user clicks the gallery link Instead of hover
    2. You can toggle visibility of the tooltip control on click. Certainly this will avoids hover limitations and click-blocking issues.

     

    Position Tooltip Adjacent to the Link
     

    1. Place the PCF tooltip control near the gallery link but not overlapping it.
    2. Use variables to control the tooltip’s visibility and position dynamically based on the selected gallery item.
     
    Please just remember what we intend to do
    1. We should not place PCF control directly on top of clickable links.
    2. Native hover is not supported in Power Apps.
    3. We should use transparent controls or click-based toggles to show/hide tooltips.
     
     

    I am sure some clues I tried to give. If these clues help to resolve the issue brought you by here, please don't forget to check the box Does this answer your question? At the same time, I am pretty sure you have liked the response!

       

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 105 Most Valuable Professional

#2
Haque Profile Picture

Haque 77

#3
VASANTH KUMAR BALMADI Profile Picture

VASANTH KUMAR BALMADI 70

Last 30 days Overall leaderboard