<?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: Set DataGridColumn&#8217;s width in percentage with ease</title>
	<atom:link href="http://www.daveoncode.com/2009/03/18/set-datagridcolumns-width-in-percentage-with-ease/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncode.com/2009/03/18/set-datagridcolumns-width-in-percentage-with-ease/</link>
	<description>Objective C, iOS and more programming stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tahir Alvi</title>
		<link>http://www.daveoncode.com/2009/03/18/set-datagridcolumns-width-in-percentage-with-ease/comment-page-1/#comment-49724</link>
		<dc:creator>Tahir Alvi</dc:creator>
		<pubDate>Thu, 05 Jan 2012 12:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=350#comment-49724</guid>
		<description>hi,
 i am using this way but could not work

public function setwidth():void
{
id_EmergencyContactsGrid.columns[0].width = 0.5;
id_EmergencyContactsGrid.columns[1].width = 0.2;
id_EmergencyContactsGrid.columns[2].width = 0.05;
id_EmergencyContactsGrid.columns[3].width = 0.15;
id_EmergencyContactsGrid.columns[4].width = 0.1;
}</description>
		<content:encoded><![CDATA[<p>hi,<br />
 i am using this way but could not work</p>
<p>public function setwidth():void<br />
{<br />
id_EmergencyContactsGrid.columns[0].width = 0.5;<br />
id_EmergencyContactsGrid.columns[1].width = 0.2;<br />
id_EmergencyContactsGrid.columns[2].width = 0.05;<br />
id_EmergencyContactsGrid.columns[3].width = 0.15;<br />
id_EmergencyContactsGrid.columns[4].width = 0.1;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murali</title>
		<link>http://www.daveoncode.com/2009/03/18/set-datagridcolumns-width-in-percentage-with-ease/comment-page-1/#comment-25582</link>
		<dc:creator>Murali</dc:creator>
		<pubDate>Wed, 20 Jul 2011 10:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=350#comment-25582</guid>
		<description>Great. This indeed works. I was cursing Flex for not providing percentage support for data grid column width until I found your solution. Thanks a ton.</description>
		<content:encoded><![CDATA[<p>Great. This indeed works. I was cursing Flex for not providing percentage support for data grid column width until I found your solution. Thanks a ton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh</title>
		<link>http://www.daveoncode.com/2009/03/18/set-datagridcolumns-width-in-percentage-with-ease/comment-page-1/#comment-23079</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Wed, 22 Jun 2011 11:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=350#comment-23079</guid>
		<description>Thnq friend...for sharing ur knowledge and helping us</description>
		<content:encoded><![CDATA[<p>Thnq friend&#8230;for sharing ur knowledge and helping us</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DD</title>
		<link>http://www.daveoncode.com/2009/03/18/set-datagridcolumns-width-in-percentage-with-ease/comment-page-1/#comment-6123</link>
		<dc:creator>DD</dc:creator>
		<pubDate>Fri, 28 May 2010 13:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=350#comment-6123</guid>
		<description>Thanks for this post
Now it&#039;s WAAAY easier for me to deal with multiple DataGridColumn widths.</description>
		<content:encoded><![CDATA[<p>Thanks for this post<br />
Now it&#8217;s WAAAY easier for me to deal with multiple DataGridColumn widths.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://www.daveoncode.com/2009/03/18/set-datagridcolumns-width-in-percentage-with-ease/comment-page-1/#comment-4973</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Mon, 08 Feb 2010 09:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=350#comment-4973</guid>
		<description>This code has helped a lot. It perfevtly works.
Thanks for posting it.</description>
		<content:encoded><![CDATA[<p>This code has helped a lot. It perfevtly works.<br />
Thanks for posting it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

