Click here to Skip to main content
15,900,973 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I want to display tooltip on image. i am using MultiConverter for the same.
But Converter gets called only on Page load.
My requirement is i want to call converter every times when i do mouse over on image.

<Image.ToolTip>
<tooltip hasdropshadow="True">
<border horizontalalignment="Stretch">
BorderThickness="0,0,0,1">
<textblock fontfamily="Consolas" textwrapping="WrapWithOverflow" width="600">
<textblock.text>
<multibinding converter="{StaticResource toolTipConverter}">
<binding path="Culture">





</Image.ToolTip>
Posted
Comments
ashok rathod 11-Jul-14 0:27am    
Can you show some more code so that can Identify what exactly is going on?
Subramanyam Shankar 7-Mar-15 12:22pm    
Post your xml code

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