<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Auto Sizing Form Controls in .Net</title>
	<atom:link href="http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/</link>
	<description></description>
	<lastBuildDate>Tue,  7 Feb 2012 16:37:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Yawar Amin</title>
		<link>http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/comment-page-1/#comment-42855</link>
		<dc:creator>Yawar Amin</dc:creator>
		<pubDate>Sat, 12 Apr 2008 00:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/#comment-42855</guid>
		<description>I spent a lot of time trying to figure this layout stuff out. Finally I downloaded Visual C# and just designed the form in it. Then I looked at the designer-generated code and just lifted the techniques (but not the masses of code) off there. Works like a charm.</description>
		<content:encoded><![CDATA[<p>I spent a lot of time trying to figure this layout stuff out. Finally I downloaded Visual C# and just designed the form in it. Then I looked at the designer-generated code and just lifted the techniques (but not the masses of code) off there. Works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/comment-page-1/#comment-25722</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Thu, 25 Oct 2007 21:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/#comment-25722</guid>
		<description>Oh dear!!!!
I tried out what you suggested and it worked perfectly - can believe i missed it! - What a fool!
Thanks for the suggestion Johan, a much more sensible (and easier) was to do it!
Cheers
Ross</description>
		<content:encoded><![CDATA[<p>Oh dear!!!!<br />
I tried out what you suggested and it worked perfectly &#8211; can believe i missed it! &#8211; What a fool!<br />
Thanks for the suggestion Johan, a much more sensible (and easier) was to do it!<br />
Cheers<br />
Ross</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/comment-page-1/#comment-25721</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Thu, 25 Oct 2007 21:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/#comment-25721</guid>
		<description>Hi, 
I tired docking the toolbar to the top, but the text box went under the toolbar, hence the use of a splitter - but i will take another look along your lines of suggestions! - Thanks
Ross</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tired docking the toolbar to the top, but the text box went under the toolbar, hence the use of a splitter &#8211; but i will take another look along your lines of suggestions! &#8211; Thanks<br />
Ross</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Nordberg</title>
		<link>http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/comment-page-1/#comment-25712</link>
		<dc:creator>Johan Nordberg</dc:creator>
		<pubDate>Thu, 25 Oct 2007 18:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/#comment-25712</guid>
		<description>Why don&#039;t you use panels and set the Dock or Anchor properties? A toolbar strip would have the dock = top property set and the panel with the rest of the controls would have the dock = fill property set.</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you use panels and set the Dock or Anchor properties? A toolbar strip would have the dock = top property set and the panel with the rest of the controls would have the dock = fill property set.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

