<?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"
	>
<channel>
	<title>Comments on: Tips/Tricks: How to center Silverlight control on a webpage?</title>
	<atom:link href="http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage</link>
	<description>Sharing our knowledge</description>
	<pubDate>Fri, 08 Aug 2008 20:58:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Centered Silverlight 2.0 Content &#171; Ed Silverton</title>
		<link>http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47727</link>
		<dc:creator>Centered Silverlight 2.0 Content &#171; Ed Silverton</dc:creator>
		<pubDate>Tue, 25 Mar 2008 23:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47727</guid>
		<description>[...] I noticed that a method for doing this for Silverlight using css was posted here: http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage [...]</description>
		<content:encoded><![CDATA[<p>[...] I noticed that a method for doing this for Silverlight using css was posted here: <a href="http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage" rel="nofollow">http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47723</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Tue, 25 Mar 2008 22:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47723</guid>
		<description>Woops, the code was stripped out of my comment. It's just a (scale 9) grid with 3 columns and 3 rows. The center column's width is set to the width of your content and the center row's height to the height of your content. The content obviously then goes in the center cell. All other widths and heights are set to *.</description>
		<content:encoded><![CDATA[<p>Woops, the code was stripped out of my comment. It&#8217;s just a (scale 9) grid with 3 columns and 3 rows. The center column&#8217;s width is set to the width of your content and the center row&#8217;s height to the height of your content. The content obviously then goes in the center cell. All other widths and heights are set to *.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47722</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Tue, 25 Mar 2008 22:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47722</guid>
		<description>Hi,

I played with a few different ways to center Silverlight content and find that making the control fill the entire browser window (100% height and width) then using a grid control like the following works quite well:


    
        
        
        
    
    
        
        
        
            
    
        &lt;!-- content goes here --&gt;
    
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I played with a few different ways to center Silverlight content and find that making the control fill the entire browser window (100% height and width) then using a grid control like the following works quite well:</p>
<p>        <!-- content goes here --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W&#246;chentliche Rundablage: Silverlight 2, .NET, LINQ, ASP.NET MVC, Design &#124; Code-Inside Blog</title>
		<link>http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47474</link>
		<dc:creator>W&#246;chentliche Rundablage: Silverlight 2, .NET, LINQ, ASP.NET MVC, Design &#124; Code-Inside Blog</dc:creator>
		<pubDate>Mon, 24 Mar 2008 19:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47474</guid>
		<description>[...] Tips/Tricks: How to center Silverlight control on a webpage? [...]</description>
		<content:encoded><![CDATA[<p>[...] Tips/Tricks: How to center Silverlight control on a webpage? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bg</title>
		<link>http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47447</link>
		<dc:creator>bg</dc:creator>
		<pubDate>Mon, 24 Mar 2008 13:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47447</guid>
		<description>sorry. what you posted does work in firefox. the problem is with absolute positioning in firefox when you don't specify a height and width. i want this since specifying the width and height pops scrollbars on some resolutions.</description>
		<content:encoded><![CDATA[<p>sorry. what you posted does work in firefox. the problem is with absolute positioning in firefox when you don&#8217;t specify a height and width. i want this since specifying the width and height pops scrollbars on some resolutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47444</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Mon, 24 Mar 2008 13:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47444</guid>
		<description>Hi bg, 

Which version of Firefox are you using? I have tested this sample with IE6, IE7 and Firefox 2 and it is working.</description>
		<content:encoded><![CDATA[<p>Hi bg, </p>
<p>Which version of Firefox are you using? I have tested this sample with IE6, IE7 and Firefox 2 and it is working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bg</title>
		<link>http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47441</link>
		<dc:creator>bg</dc:creator>
		<pubDate>Mon, 24 Mar 2008 13:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-47441</guid>
		<description>does not seem to work in firefox</description>
		<content:encoded><![CDATA[<p>does not seem to work in firefox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cornel</title>
		<link>http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-46271</link>
		<dc:creator>Cornel</dc:creator>
		<pubDate>Tue, 18 Mar 2008 07:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2008/03/17/tipstricks-how-to-center-silverlight-control-on-a-webpage#comment-46271</guid>
		<description>Cool, I was looking for that!</description>
		<content:encoded><![CDATA[<p>Cool, I was looking for that!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
