<?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 requested row count on an FxList control in Flex Gumbo</title>
	<atom:link href="http://blog.flexexamples.com/2009/02/25/setting-the-requested-row-count-on-an-fxlist-control-in-flex-gumbo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/02/25/setting-the-requested-row-count-on-an-fxlist-control-in-flex-gumbo/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Mon, 13 Feb 2012 01:38:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Simon</title>
		<link>http://blog.flexexamples.com/2009/02/25/setting-the-requested-row-count-on-an-fxlist-control-in-flex-gumbo/comment-page-1/#comment-8234</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 18 Aug 2010 20:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/02/25/setting-the-requested-row-count-on-an-fxlist-control-in-flex-gumbo/#comment-8234</guid>
		<description>Ok thanks Peter, I actually just tried simply using an example from the docs with a DataGroup and renderer and the same things happening.  I ensured the second item was not visible and no dimensions set whatsoever, still happening, I will file it as a bug ta.</description>
		<content:encoded><![CDATA[<p>Ok thanks Peter, I actually just tried simply using an example from the docs with a DataGroup and renderer and the same things happening.  I ensured the second item was not visible and no dimensions set whatsoever, still happening, I will file it as a bug ta.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/02/25/setting-the-requested-row-count-on-an-fxlist-control-in-flex-gumbo/comment-page-1/#comment-8233</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Wed, 18 Aug 2010 19:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/02/25/setting-the-requested-row-count-on-an-fxlist-control-in-flex-gumbo/#comment-8233</guid>
		<description>@Simon,

I believe that is correct, but there may be a few other things happening. For example, if the Spark List skin has a &lt;code&gt;minWidth&lt;/code&gt; or &lt;code&gt;minHeight&lt;/code&gt; property set and a second item renderer may possibly be slightly visible causing a second renderer instance to be created. It&#039;d depend on how big your list is vs your item renderer dimensions.

If you think there is a bug, file a bug report at http://bugs.adobe.com/flex/ and include a simple, reproducible test case and somebody on the Flex SDK can investigate.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>@Simon,</p>
<p>I believe that is correct, but there may be a few other things happening. For example, if the Spark List skin has a <code>minWidth</code> or <code>minHeight</code> property set and a second item renderer may possibly be slightly visible causing a second renderer instance to be created. It&#8217;d depend on how big your list is vs your item renderer dimensions.</p>
<p>If you think there is a bug, file a bug report at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> and include a simple, reproducible test case and somebody on the Flex SDK can investigate.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.flexexamples.com/2009/02/25/setting-the-requested-row-count-on-an-fxlist-control-in-flex-gumbo/comment-page-1/#comment-8232</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 18 Aug 2010 19:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/02/25/setting-the-requested-row-count-on-an-fxlist-control-in-flex-gumbo/#comment-8232</guid>
		<description>Hi,

Am I right in saying that if you set the requestedRowCount=1 and ensure that the layout has useVirtualLayout=true then only the first rendered item will instantiate a new Renderer instance?  I am noticing that even though no height or width properties are set (as the docs specify, these render requestedRowCount useless) _2_ renderer instances are actually instantiated in my tests?  Any tips on where things could be going wrong?

Cheers,

Si</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Am I right in saying that if you set the requestedRowCount=1 and ensure that the layout has useVirtualLayout=true then only the first rendered item will instantiate a new Renderer instance?  I am noticing that even though no height or width properties are set (as the docs specify, these render requestedRowCount useless) _2_ renderer instances are actually instantiated in my tests?  Any tips on where things could be going wrong?</p>
<p>Cheers,</p>
<p>Si</p>
]]></content:encoded>
	</item>
</channel>
</rss>

