<?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/"
		>
<channel>
	<title>Comments on: Flex 3 and Form container layout issues</title>
	<atom:link href="http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/</link>
	<description>Flash, Air, Mobile &#38; Technology tidbits</description>
	<lastBuildDate>Wed, 24 Apr 2013 01:13:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: Adam</title>
		<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-307</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 15 Apr 2010 13:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-307</guid>
		<description>doh....

mx:Form indicatorGap=&quot;5&quot; verticalGap=&quot;10&quot; label=&quot;1. Personal Details&quot;

becomes

mx:Form indicatorGap=&quot;5&quot; verticalGap=&quot;10&quot; label=&quot;1. Personal Details&quot; width=&quot;{tabbar.width}&quot; height={tabbar.height}</description>
		<content:encoded><![CDATA[<p>doh&#8230;.</p>
<p>mx:Form indicatorGap=&#8221;5&#8243; verticalGap=&#8221;10&#8243; label=&#8221;1. Personal Details&#8221;</p>
<p>becomes</p>
<p>mx:Form indicatorGap=&#8221;5&#8243; verticalGap=&#8221;10&#8243; label=&#8221;1. Personal Details&#8221; width=&#8221;{tabbar.width}&#8221; height={tabbar.height}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-306</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 15 Apr 2010 13:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-306</guid>
		<description>If you still care, I found the way to fix this is to bind the width/height of the Form (or Grid since it has the same problem) to the width/height of the container.

I overlooked that option for a whole day before I figured it out.

So in your case:



becomes


Cheers.</description>
		<content:encoded><![CDATA[<p>If you still care, I found the way to fix this is to bind the width/height of the Form (or Grid since it has the same problem) to the width/height of the container.</p>
<p>I overlooked that option for a whole day before I figured it out.</p>
<p>So in your case:</p>
<p>becomes</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vajahat Ali</title>
		<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-304</link>
		<dc:creator>Vajahat Ali</dc:creator>
		<pubDate>Fri, 20 Feb 2009 12:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-304</guid>
		<description>Ya it helped me
Regards,
Ali Vajahat
Software Engineer
Lahore Pakistan</description>
		<content:encoded><![CDATA[<p>Ya it helped me<br />
Regards,<br />
Ali Vajahat<br />
Software Engineer<br />
Lahore Pakistan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Langdon</title>
		<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-303</link>
		<dc:creator>Jason Langdon</dc:creator>
		<pubDate>Wed, 21 Jan 2009 15:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-303</guid>
		<description>Am I correct in saying that that property is only available for the Accordion component?</description>
		<content:encoded><![CDATA[<p>Am I correct in saying that that property is only available for the Accordion component?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Schneider</title>
		<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-302</link>
		<dc:creator>Zachary Schneider</dc:creator>
		<pubDate>Wed, 21 Jan 2009 15:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-302</guid>
		<description>Well this property solved my issue: resizeToContent (set to true)</description>
		<content:encoded><![CDATA[<p>Well this property solved my issue: resizeToContent (set to true)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Schneider</title>
		<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-301</link>
		<dc:creator>Zachary Schneider</dc:creator>
		<pubDate>Wed, 21 Jan 2009 14:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-301</guid>
		<description>I have the same problem with dynamically adding components to a VBox inside a tabNavigator.
Diving into the source to see what the story is.</description>
		<content:encoded><![CDATA[<p>I have the same problem with dynamically adding components to a VBox inside a tabNavigator.<br />
Diving into the source to see what the story is.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
