<?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: Setting the horizontal scrollbar policy on a DataGrid control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/08/27/setting-the-horizontal-scrollbar-policy-on-a-datagrid-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/08/27/setting-the-horizontal-scrollbar-policy-on-a-datagrid-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joshua Stewardson</title>
		<link>http://blog.flexexamples.com/2008/08/27/setting-the-horizontal-scrollbar-policy-on-a-datagrid-control-in-flex/comment-page-1/#comment-3745</link>
		<dc:creator>Joshua Stewardson</dc:creator>
		<pubDate>Thu, 15 Jan 2009 21:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/27/setting-the-horizontal-scrollbar-policy-on-a-datagrid-control-in-flex/#comment-3745</guid>
		<description>Example in HTML:

&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;2008-11&lt;/th&gt;
&lt;th&gt;2008-12&lt;/th&gt;
&lt;th&gt;2009-01&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Dev&lt;/th&gt;
&lt;td&gt;5.50&lt;/td&gt;
&lt;td&gt;6.50&lt;/td&gt;
&lt;td&gt;7.50&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;QA&lt;/th&gt;
&lt;td&gt;6.00&lt;/td&gt;
&lt;td&gt;6.00&lt;/td&gt;
&lt;td&gt;7.00&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</description>
		<content:encoded><![CDATA[<p>Example in HTML:</p>
<p>&lt;table&gt;<br />
&lt;tr&gt;<br />
&lt;th&gt;&lt;/th&gt;<br />
&lt;th&gt;2008-11&lt;/th&gt;<br />
&lt;th&gt;2008-12&lt;/th&gt;<br />
&lt;th&gt;2009-01&lt;/th&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;th&gt;Dev&lt;/th&gt;<br />
&lt;td&gt;5.50&lt;/td&gt;<br />
&lt;td&gt;6.50&lt;/td&gt;<br />
&lt;td&gt;7.50&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;th&gt;QA&lt;/th&gt;<br />
&lt;td&gt;6.00&lt;/td&gt;<br />
&lt;td&gt;6.00&lt;/td&gt;<br />
&lt;td&gt;7.00&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Stewardson</title>
		<link>http://blog.flexexamples.com/2008/08/27/setting-the-horizontal-scrollbar-policy-on-a-datagrid-control-in-flex/comment-page-1/#comment-3744</link>
		<dc:creator>Joshua Stewardson</dc:creator>
		<pubDate>Thu, 15 Jan 2009 20:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/27/setting-the-horizontal-scrollbar-policy-on-a-datagrid-control-in-flex/#comment-3744</guid>
		<description>Is there any way to have a DataGrid display horizontally instead of vertically?  Like I want to have my headers be the first row like normal and also the first column?  I tried to check the DataGrid and the AdvancedDataGrid but couldn&#039;t find anything?

Thanks!

.:Joshua</description>
		<content:encoded><![CDATA[<p>Is there any way to have a DataGrid display horizontally instead of vertically?  Like I want to have my headers be the first row like normal and also the first column?  I tried to check the DataGrid and the AdvancedDataGrid but couldn&#8217;t find anything?</p>
<p>Thanks!</p>
<p>.:Joshua</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://blog.flexexamples.com/2008/08/27/setting-the-horizontal-scrollbar-policy-on-a-datagrid-control-in-flex/comment-page-1/#comment-3746</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 06 Jan 2009 21:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/27/setting-the-horizontal-scrollbar-policy-on-a-datagrid-control-in-flex/#comment-3746</guid>
		<description>I notice that the scroll does not scroll smoothly, but &quot;jumps&quot; to keep a full field at the left edge of the view.  Is there any way to have the scroll work smoothly over large fields?  ie.  A field could be only partly shown on the left side of the view?

Love your site!</description>
		<content:encoded><![CDATA[<p>I notice that the scroll does not scroll smoothly, but &#8220;jumps&#8221; to keep a full field at the left edge of the view.  Is there any way to have the scroll work smoothly over large fields?  ie.  A field could be only partly shown on the left side of the view?</p>
<p>Love your site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynn</title>
		<link>http://blog.flexexamples.com/2008/08/27/setting-the-horizontal-scrollbar-policy-on-a-datagrid-control-in-flex/comment-page-1/#comment-3743</link>
		<dc:creator>Lynn</dc:creator>
		<pubDate>Thu, 13 Nov 2008 07:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/27/setting-the-horizontal-scrollbar-policy-on-a-datagrid-control-in-flex/#comment-3743</guid>
		<description>Hi, another great example you&#039;ve got here

However there is one question, is it possible to scroll within the datagrid control or within a panel when the horizontal Scroll Policy is set to &quot;Off&quot;?


Thanks in Advance.</description>
		<content:encoded><![CDATA[<p>Hi, another great example you&#8217;ve got here</p>
<p>However there is one question, is it possible to scroll within the datagrid control or within a panel when the horizontal Scroll Policy is set to &#8220;Off&#8221;?</p>
<p>Thanks in Advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
