Click here to Skip to main content
15,901,911 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a text block to which i added a tooltip when i select the ListView Item(It opens a file)but still the tooltip remains in the background.How to handle it in UWP/C++.
<textblock
="" text="{x:Bind ProjectPath,Mode=OneWay}" textwrapping="NoWrap" texttrimming="CharacterEllipsis">

What I have tried:

I have a text block to which i added a tooltip when i select the ListView Item(It opens a file)but still the tooltip remains in the background.How to handle it in UWP/C++.
I have tried capturing the event in Onclick of anyitem and SetToolTip(nullptr) but still didnt work
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900