<?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: Silverlight Tip: Stretch Canvas to Fill the Screen</title>
	<atom:link href="http://www.emadibrahim.com/2008/03/13/silverlight-tip-stretch-canvas-to-fill-the-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emadibrahim.com/2008/03/13/silverlight-tip-stretch-canvas-to-fill-the-screen/</link>
	<description>web development, tech reviews, tips, tricks, blogging</description>
	<lastBuildDate>Sun, 07 Mar 2010 18:27:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tambor</title>
		<link>http://www.emadibrahim.com/2008/03/13/silverlight-tip-stretch-canvas-to-fill-the-screen/comment-page-1/#comment-920</link>
		<dc:creator>tambor</dc:creator>
		<pubDate>Thu, 31 Dec 2009 14:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/03/13/silverlight-tip-stretch-canvas-to-fill-the-screen/#comment-920</guid>
		<description>Warning : &lt;br&gt;In Initialization code, i think there is a mistake&lt;br&gt;myCanvas.Width = ActualWidth ;&lt;br&gt;myCanvas.Height = ActualWidth ; --&gt; ActualHeight&lt;br&gt;&lt;br&gt;Thanks for your tip, it is useful for me</description>
		<content:encoded><![CDATA[<p>Warning : <br />In Initialization code, i think there is a mistake<br />myCanvas.Width = ActualWidth ;<br />myCanvas.Height = ActualWidth ; &#8211;&gt; ActualHeight</p>
<p>Thanks for your tip, it is useful for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tambor</title>
		<link>http://www.emadibrahim.com/2008/03/13/silverlight-tip-stretch-canvas-to-fill-the-screen/comment-page-1/#comment-888</link>
		<dc:creator>tambor</dc:creator>
		<pubDate>Thu, 31 Dec 2009 06:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/03/13/silverlight-tip-stretch-canvas-to-fill-the-screen/#comment-888</guid>
		<description>Warning : &lt;br&gt;In Initialization code, i think there is a mistake&lt;br&gt;myCanvas.Width = ActualWidth ;&lt;br&gt;myCanvas.Height = ActualWidth ; --&gt; ActualHeight&lt;br&gt;&lt;br&gt;Thanks for your tip, it is useful for me</description>
		<content:encoded><![CDATA[<p>Warning : <br />In Initialization code, i think there is a mistake<br />myCanvas.Width = ActualWidth ;<br />myCanvas.Height = ActualWidth ; &#8211;&gt; ActualHeight</p>
<p>Thanks for your tip, it is useful for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.emadibrahim.com/2008/03/13/silverlight-tip-stretch-canvas-to-fill-the-screen/comment-page-1/#comment-832</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 07 Jun 2009 15:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/03/13/silverlight-tip-stretch-canvas-to-fill-the-screen/#comment-832</guid>
		<description>It&#039;s easier to do it directly in XAML:&lt;br&gt;&lt;br&gt;    &lt;Canvas&lt;br&gt;            Width=&quot;{Binding Path=ActualWidth}&quot;&lt;br&gt;            Height=&quot;{Binding Path=ActualHeight}&quot;&gt;</description>
		<content:encoded><![CDATA[<p>It&#39;s easier to do it directly in XAML:</p>
<p>    &lt;Canvas<br />            Width=&#8221;{Binding Path=ActualWidth}&#8221;<br />            Height=&#8221;{Binding Path=ActualHeight}&#8221;&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
