<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ToolTip Positioning</title>
	<atom:link href="http://drwpf.com/blog/2007/10/16/tooltip-positioning/feed/" rel="self" type="application/rss+xml" />
	<link>http://drwpf.com/blog/2007/10/16/tooltip-positioning/</link>
	<description>Drinking (and serving) the WPF Kool-Aid since 2002</description>
	<lastBuildDate>Mon, 30 Aug 2010 18:54:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dr. WPF</title>
		<link>http://drwpf.com/blog/2007/10/16/tooltip-positioning/comment-page-1/#comment-142</link>
		<dc:creator>Dr. WPF</dc:creator>
		<pubDate>Wed, 27 May 2009 22:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=14#comment-142</guid>
		<description>Hi Baljet,&lt;br&gt;&lt;br&gt;The ToolTip class contains a lot of built-in functionality that you would have to work around to meet your needs. However, you can simply use a Popup and then you have full control over when your tip is displayed (via the IsOpen property).&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;-dw</description>
		<content:encoded><![CDATA[<p>Hi Baljet,</p>
<p>The ToolTip class contains a lot of built-in functionality that you would have to work around to meet your needs. However, you can simply use a Popup and then you have full control over when your tip is displayed (via the IsOpen property).</p>
<p>Cheers,<br />-dw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baljet</title>
		<link>http://drwpf.com/blog/2007/10/16/tooltip-positioning/comment-page-1/#comment-141</link>
		<dc:creator>baljet</dc:creator>
		<pubDate>Mon, 25 May 2009 15:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=14#comment-141</guid>
		<description>Can anyone let me know if its possible to display tooltip for the control when after the mouse leaves the control in wpf??</description>
		<content:encoded><![CDATA[<p>Can anyone let me know if its possible to display tooltip for the control when after the mouse leaves the control in wpf??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paras Wadehra</title>
		<link>http://drwpf.com/blog/2007/10/16/tooltip-positioning/comment-page-1/#comment-139</link>
		<dc:creator>Paras Wadehra</dc:creator>
		<pubDate>Thu, 25 Oct 2007 06:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=14#comment-139</guid>
		<description>Thanks again Dr. WPF for the reply.&lt;br&gt;&lt;br&gt;I would greatly appreciate if you can put together a sample project for the same for me.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Paras</description>
		<content:encoded><![CDATA[<p>Thanks again Dr. WPF for the reply.</p>
<p>I would greatly appreciate if you can put together a sample project for the same for me.</p>
<p>Regards,<br />Paras</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. WPF</title>
		<link>http://drwpf.com/blog/2007/10/16/tooltip-positioning/comment-page-1/#comment-138</link>
		<dc:creator>Dr. WPF</dc:creator>
		<pubDate>Sat, 20 Oct 2007 09:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=14#comment-138</guid>
		<description>Hi Paras, You can achieve that effect by using a custom container template for your ItemsControl.  Use an IsMouseOver trigger to apply a ScaleTransform to the RenderTransform property of the container.  You will want to set the RenderTransformOrigin to 0.5,0.5 on the container.  If you have any trouble implementing this, drop me an email and I&#039;ll put together a sample.</description>
		<content:encoded><![CDATA[<p>Hi Paras, You can achieve that effect by using a custom container template for your ItemsControl.  Use an IsMouseOver trigger to apply a ScaleTransform to the RenderTransform property of the container.  You will want to set the RenderTransformOrigin to 0.5,0.5 on the container.  If you have any trouble implementing this, drop me an email and I&#8217;ll put together a sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paras Wadehra</title>
		<link>http://drwpf.com/blog/2007/10/16/tooltip-positioning/comment-page-1/#comment-137</link>
		<dc:creator>Paras Wadehra</dc:creator>
		<pubDate>Sat, 20 Oct 2007 09:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=14#comment-137</guid>
		<description>Dr. WPF,  Thanks for your help. I need your help again! I need to mimic the functionality of what you see &lt;a href=&quot;http://zapersoft.com/work/flash.html&quot; target=&quot;_blank&quot;&gt;here&lt;a&gt;. This is in flash done by a designer, but I need to do the same in a WPF application. Please note that instead of showing a tooltip or a popup, the item itself is springing-up and increasing in size - is there any way to do this?  You may post this as a separate thread if you think this is quite different from my previous question.  Thanks again, Paras</description>
		<content:encoded><![CDATA[<p>Dr. WPF,  Thanks for your help. I need your help again! I need to mimic the functionality of what you see <a href="http://zapersoft.com/work/flash.html" target="_blank">here</a><a>. This is in flash done by a designer, but I need to do the same in a WPF application. Please note that instead of showing a tooltip or a popup, the item itself is springing-up and increasing in size &#8211; is there any way to do this?  You may post this as a separate thread if you think this is quite different from my previous question.  Thanks again, Paras</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr. WPF</title>
		<link>http://drwpf.com/blog/2007/10/16/tooltip-positioning/comment-page-1/#comment-136</link>
		<dc:creator>Dr. WPF</dc:creator>
		<pubDate>Wed, 17 Oct 2007 05:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=14#comment-136</guid>
		<description>Hi Paras,  You can achieve the same effect using a Popup in your item template and binding its PlacementTarget property to the TemplatedParent and binding its IsOpen property to the IsMouseOver property on the TemplatedParent.  This will save you from having to manage the Window.  The Placement and offset properties would work exactly the same as in the above sample.</description>
		<content:encoded><![CDATA[<p>Hi Paras,  You can achieve the same effect using a Popup in your item template and binding its PlacementTarget property to the TemplatedParent and binding its IsOpen property to the IsMouseOver property on the TemplatedParent.  This will save you from having to manage the Window.  The Placement and offset properties would work exactly the same as in the above sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paras Wadehra</title>
		<link>http://drwpf.com/blog/2007/10/16/tooltip-positioning/comment-page-1/#comment-135</link>
		<dc:creator>Paras Wadehra</dc:creator>
		<pubDate>Wed, 17 Oct 2007 05:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://drwpf.com/blog/?p=14#comment-135</guid>
		<description>Hello Dr. WPF.  In this example if I move over the tooltip from the actual image in the grid, the tooltip disappears. I even made the tooltip display over the current image but still the tooltip disappeared as soon as my mouse went out of the bounds of the image even though it was still on the tooltip.  I wanted the popup/tooltip to display while I am hovered over that and show another image in the popup/tooltip when I hover over it.  So I ended up achieving what I needed using another window and assigning it the image I want to show and then making that window a child of the current window and positioning it where I want.  Thanks,  Paras Wadehra.  Create your own blog at http://www.paras.2ya.com/</description>
		<content:encoded><![CDATA[<p>Hello Dr. WPF.  In this example if I move over the tooltip from the actual image in the grid, the tooltip disappears. I even made the tooltip display over the current image but still the tooltip disappeared as soon as my mouse went out of the bounds of the image even though it was still on the tooltip.  I wanted the popup/tooltip to display while I am hovered over that and show another image in the popup/tooltip when I hover over it.  So I ended up achieving what I needed using another window and assigning it the image I want to show and then making that window a child of the current window and positioning it where I want.  Thanks,  Paras Wadehra.  Create your own blog at <a href="http://www.paras.2ya.com/" rel="nofollow">http://www.paras.2ya.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
