<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Silverlight Controls and Silverlight Toolkit</title><link>http://forums.silverlight.net/forums/35.aspx</link><description>Discussions around using and developing Silverlight controls and the Silverlight Toolkit</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Re: Re: Silverlight 2.0 RC0 the ContentControl is broken!</title><link>http://forums.silverlight.net/forums/thread/296481.aspx</link><pubDate>Fri, 02 Oct 2009 19:49:12 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:296481</guid><dc:creator>hhristov</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/296481.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=296481</wfw:commentRss><description>&lt;p&gt;Hello Mark,&lt;/p&gt;
&lt;p&gt;Like I said you should not set VerticalAlignment to Stretch because it is the default value. You should set it only if you need to have other value (like Top, Center or Bottom).&lt;/p&gt;
&lt;p&gt;If you want your content to be stretched verticaly you should set both VerticalAignment and VerticalContentAignment to stretch. Or just VerticalContentAignment to stretch (and don&amp;#39;t&amp;nbsp; set VerticalAignment because by default it is Stretch).&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Silverlight 2.0 RC0 the ContentControl is broken!</title><link>http://forums.silverlight.net/forums/thread/296319.aspx</link><pubDate>Fri, 02 Oct 2009 15:57:44 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:296319</guid><dc:creator>Mark Stega</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/296319.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=296319</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I have HorizontalAlignment &amp;amp; VerticalAllignment as Center and the HorizontalContentAlignment &amp;amp; VerticalContentAlignment as Stretch.&lt;/p&gt;&lt;p&gt;The content is now horizontally centered, but vertically it is at the top and the content did not stretch so it appears not to have helped.&lt;br /&gt;&lt;/p&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;</description></item><item><title>Re: Re: Re: Silverlight 2.0 RC0 the ContentControl is broken!</title><link>http://forums.silverlight.net/forums/thread/295749.aspx</link><pubDate>Thu, 01 Oct 2009 18:05:30 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:295749</guid><dc:creator>hhristov</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/295749.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=295749</wfw:commentRss><description>&lt;p&gt;Hello Mark,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;by default HorizontalAlignment and VerticalAlignment are Stretch for ContentControl so you shound not set the to stretch.&lt;/p&gt;
&lt;p&gt;You should only set HorizontalContentAlignment and VerticalContentAlignment to stretch for ContentControl if you want its content stretched.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let me know if this works for you.&lt;/p&gt;</description></item><item><title>Re: Re: Re: Silverlight 2.0 RC0 the ContentControl is broken!</title><link>http://forums.silverlight.net/forums/thread/295726.aspx</link><pubDate>Thu, 01 Oct 2009 17:16:06 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:295726</guid><dc:creator>Mark Stega</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/295726.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=295726</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I actually have another thread
(http://forums.silverlight.net/forums/p/132041/295723.aspx#295723)
about this same issue. I have the content control as a
Prism region.&amp;nbsp; I associate a view &amp;amp; its view-model with the content
control (it is an owner control with a grid) and I can not get it to
size to the full reqion even when I use the &amp;#39;content&amp;#39; alignment as
suggested above.&lt;/p&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;</description></item><item><title>Re: Re: Silverlight 2.0 RC0 the ContentControl is broken!</title><link>http://forums.silverlight.net/forums/thread/245322.aspx</link><pubDate>Thu, 09 Jul 2009 17:24:21 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:245322</guid><dc:creator>hhristov</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/245322.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=245322</wfw:commentRss><description>&lt;p&gt;HorizontalAlignment is for the ContentControl. What this means is that if are measured with lets say 100, 100 and you have HorizontalAlignment=Stretch then the ContentControl will return DesiredSize 100 (for Width). If you set HorizontalContentAlignment to Stretch then the content (or to be precise the container for this content which is ContentPresenter if the content is not UIElement or the UIElement) will take all the available width. But if you set&amp;nbsp;HorizontalContentAlignment to Center then the ContentControl will take all available Width and the content will be Centered in this width.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I hope I&amp;#39;ve explained it well. &lt;img src="http://silverlight.net/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/p&gt;</description></item><item><title>Re: Silverlight 2.0 RC0 the ContentControl is broken!</title><link>http://forums.silverlight.net/forums/thread/245088.aspx</link><pubDate>Thu, 09 Jul 2009 08:14:12 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:245088</guid><dc:creator>rfcdejong</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/245088.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=245088</wfw:commentRss><description>&lt;p&gt;If i had just found this post earlier. It took me in total 3 hours to find out why my sandribbon wouldn&amp;#39;t fit the browser size. Using CAG i have a ContentControl defined as Region and i was looking in the wrong corner. The default.aspx hosting page, the silverlight plugin control, the page itself.&lt;br /&gt;&lt;br /&gt;I did look at the ContentControl but overlooked HorizontalContentAlignment, i tried HorizontalAlignment.&lt;br /&gt;&lt;br /&gt;Anyway, what is the difference between those?&lt;/p&gt;</description></item><item><title>Re: Silverlight 2.0 RC0 the ContentControl is broken!</title><link>http://forums.silverlight.net/forums/thread/97774.aspx</link><pubDate>Fri, 26 Sep 2008 14:34:53 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:97774</guid><dc:creator>coughlinj</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/97774.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=97774</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Perfect.&amp;nbsp; That&amp;#39;s it.&amp;nbsp; I had tried changing the HorizontalAlignment but not the &amp;quot;ContentAlignment&amp;quot;.&amp;nbsp; Thanks so much!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Silverlight 2.0 RC0 the ContentControl is broken!</title><link>http://forums.silverlight.net/forums/thread/97570.aspx</link><pubDate>Fri, 26 Sep 2008 08:52:57 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:97570</guid><dc:creator>hhristov</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/97570.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=97570</wfw:commentRss><description>&lt;p&gt;This is the default behavior for ContentControl because the&amp;nbsp;Style for ContentControl have these setters:&lt;/p&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Setter&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Property&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;HorizontalContentAlignment&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Value&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Left&amp;quot;/&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Setter&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Property&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;VerticalContentAlignment&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Value&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Top&amp;quot;/&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;So you have 2 options:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;Remove the surrounding ContentControl&amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Or leave the ContentControl there and set its &lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;HorizontalContentAlignment&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Stretch&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; VerticalContentAlignment&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Stretch&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Your XAML should look like this (in the 2nd case): &lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Grid&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; x&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;Name&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;LayoutRoot&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; Background&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;White&amp;quot;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;ContentControl&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; HorizontalContentAlignment&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Stretch&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt; VerticalContentAlignment&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Stretch&amp;quot;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;src&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;MyControl &lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;ContentControl&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Grid&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;Hope this helps&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Hristo&lt;/p&gt;</description></item><item><title>Silverlight 2.0 RC0 the ContentControl is broken!</title><link>http://forums.silverlight.net/forums/thread/97359.aspx</link><pubDate>Fri, 26 Sep 2008 04:20:40 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:97359</guid><dc:creator>coughlinj</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/97359.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=97359</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;That may be an over reaction but the change they made to make it extend Framework element has totally messed up my layouts.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Controls that once stretched to fill the complete screen are now sized only to the size of their content.&amp;nbsp; No more fluid layouts for me:) &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Please let me know if there is a work around or if this is indeed a bug.&amp;nbsp; I&amp;#39;m sure its related to the breaking change &amp;quot;ContentPresenter now derives from FrameworkElement instead of Control&amp;quot;. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I&amp;#39;ve simplified this to the following app...&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Page.xaml&lt;/p&gt;&lt;p&gt;----------------------&lt;/p&gt;&amp;lt;UserControl x:Class=&amp;quot;ContentTest.Page&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns=&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:x=&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:src=&amp;quot;clr-namespace:ContentTest&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Grid x:Name=&amp;quot;LayoutRoot&amp;quot; Background=&amp;quot;Red&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ContentControl&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;src:MyControl /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ContentControl&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Grid&amp;gt;&lt;br /&gt;&amp;lt;/UserControl&amp;gt;&lt;br /&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;MyControl.xaml&lt;/p&gt;&lt;p&gt;---------------------&lt;/p&gt;&lt;p&gt;&amp;lt;UserControl x:Class=&amp;quot;ContentTest.MyControl&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns=&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:x=&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Grid x:Name=&amp;quot;LayoutRoot&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Rectangle Fill=&amp;quot;Black&amp;quot; Stretch=&amp;quot;Fill&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;TextBlock Text=&amp;quot;Hello World&amp;quot; Foreground=&amp;quot;Wheat&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Grid&amp;gt;&lt;br /&gt;&amp;lt;/UserControl&amp;gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;----------------------&lt;/p&gt;&lt;p&gt;&amp;nbsp;Output:&lt;/p&gt;&lt;p&gt;Beta 2 - The Black Rectangle fills the entire browser window.&lt;/p&gt;&lt;p&gt;RC0 - The Block Rectangle covers only the Text &amp;quot;Hello World&amp;quot;.&amp;nbsp; The Red background of the page.xaml control fills the remainder of the window. &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>