<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Resizing a Silverlight Control within the Browser</title>
	<atom:link href="http://secondstanza.com/2009/05/02/resizing-a-silverlight-control-within-the-browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://secondstanza.com/2009/05/02/resizing-a-silverlight-control-within-the-browser/</link>
	<description>Application Development Musings</description>
	<lastBuildDate>Tue, 21 Jun 2011 01:02:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: montelof</title>
		<link>http://secondstanza.com/2009/05/02/resizing-a-silverlight-control-within-the-browser/#comment-46</link>
		<dc:creator><![CDATA[montelof]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 21:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://secondstanza.com/?p=160#comment-46</guid>
		<description><![CDATA[im using it now and it works great, 
I was a little confused at beginning because my controls didn&#039;t change when resizing, 
I had to change them inside the sizechanged event:

   void root_SizeChanged(object sender, SizeChangedEventArgs e)
        {
            this.DwontimeTree.Height = e.NewSize.Height-50;
            this.DTScheduler.Height = e.NewSize.Height-50;
        }

thanks!]]></description>
		<content:encoded><![CDATA[<p>im using it now and it works great,<br />
I was a little confused at beginning because my controls didn&#8217;t change when resizing,<br />
I had to change them inside the sizechanged event:</p>
<p>   void root_SizeChanged(object sender, SizeChangedEventArgs e)<br />
        {<br />
            this.DwontimeTree.Height = e.NewSize.Height-50;<br />
            this.DTScheduler.Height = e.NewSize.Height-50;<br />
        }</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lexius7</title>
		<link>http://secondstanza.com/2009/05/02/resizing-a-silverlight-control-within-the-browser/#comment-17</link>
		<dc:creator><![CDATA[lexius7]]></dc:creator>
		<pubDate>Mon, 01 Jun 2009 20:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://secondstanza.com/?p=160#comment-17</guid>
		<description><![CDATA[Its good to see these examples, I was looking for some up-to-date resizing code.

Unfortunately, the examples only work in Internet explorer. neither Chrome or mozilla firefox... and I haven&#039;t tried opera]]></description>
		<content:encoded><![CDATA[<p>Its good to see these examples, I was looking for some up-to-date resizing code.</p>
<p>Unfortunately, the examples only work in Internet explorer. neither Chrome or mozilla firefox&#8230; and I haven&#8217;t tried opera</p>
]]></content:encoded>
	</item>
</channel>
</rss>

