I have the following XAML code.
<Image Height="64" x:Name="image1" Stretch="Fill" ToolTipService.Placement="Top"
VerticalAlignment="Top" HorizontalAlignment="Left" Width="64"
Source="/Images/basket-full.png">
<Image.ToolTip>
<Border Width="128" Height="128">
<Image Source="{Binding Source, ElementName=image1, Mode=Default}"/>
Border>
Image.ToolTip>
Image>
As you see above I want to display the same image in the tooltip, but it's not coming.
Can anybody help me?
Loading
Raaj KumarPosted Feb 26, 2010, 12:18 AM
Try this,
Regards,
raaj
Van MatizPosted Feb 26, 2010, 12:23 AM
Lalit MPosted Feb 26, 2010, 12:13 AM
http://gu7a.blogspot.com/2007/08/creating-cutom-tooltip-using-xaml-in.html
http://karlshifflett.wordpress.com/2007/12/29/wpf-sample-series-data-binding-in-tooltip/