<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Auto Sizing Form Controls in .Net</title>
	<link>http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 21:36:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: Yawar Amin</title>
		<link>http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/#comment-42855</link>
		<pubDate>Sat, 12 Apr 2008 00:52:35 +0000</pubDate>
		<guid>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-25722</link>
		<pubDate>Thu, 25 Oct 2007 21:55:48 +0000</pubDate>
		<guid>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 - can believe i missed it! - 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-25721</link>
		<pubDate>Thu, 25 Oct 2007 21:49:02 +0000</pubDate>
		<guid>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 - but i will take another look along your lines of suggestions! - 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-25712</link>
		<pubDate>Thu, 25 Oct 2007 18:51:30 +0000</pubDate>
		<guid>http://www.blog.methodsinexcel.co.uk/2007/10/25/auto-sizing-form-controls-in-net/#comment-25712</guid>
					<description>Why don'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>
