<?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>Komentáre k CellRenderer rowHeight</title>
	<atom:link href="http://franto.com/cellrenderer-rowheight/feed/" rel="self" type="application/rss+xml" />
	<link>http://franto.com/cellrenderer-rowheight/</link>
	<description></description>
	<lastBuildDate>Wed, 24 Aug 2011 18:43:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Od: kesty</title>
		<link>http://franto.com/cellrenderer-rowheight/comment-page-1/#comment-635</link>
		<dc:creator>kesty</dc:creator>
		<pubDate>Sat, 20 May 2006 10:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/cellrenderer-rowheight#comment-635</guid>
		<description>I saw something like this here: http://www.tufat.com/demo/datagrid/flash7/index.html

Maybe it will help you.
PS: this solution is for 5$.</description>
		<content:encoded><![CDATA[<p>I saw something like this here: <a href="http://www.tufat.com/demo/datagrid/flash7/index.html" rel="nofollow">http://www.tufat.com/demo/datagrid/flash7/index.html</a></p>
<p>Maybe it will help you.<br />
PS: this solution is for 5$.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Erki Esken</title>
		<link>http://franto.com/cellrenderer-rowheight/comment-page-1/#comment-634</link>
		<dc:creator>Erki Esken</dc:creator>
		<pubDate>Wed, 17 May 2006 14:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/cellrenderer-rowheight#comment-634</guid>
		<description>Sorry for the confusion, I thought you meant how to do it in Flex 2, not Flash 8.</description>
		<content:encoded><![CDATA[<p>Sorry for the confusion, I thought you meant how to do it in Flex 2, not Flash 8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Steve</title>
		<link>http://franto.com/cellrenderer-rowheight/comment-page-1/#comment-633</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 17 May 2006 14:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/cellrenderer-rowheight#comment-633</guid>
		<description>Hi Franto, I&#039;m guessing you were cheking out my &quot;ListBox Alternative&quot; because of this.  Just wanted to let you know I fixed the issue you mentioned and uploaded the new zip file.  Thanks for catching that.</description>
		<content:encoded><![CDATA[<p>Hi Franto, I&#8217;m guessing you were cheking out my &#8220;ListBox Alternative&#8221; because of this.  Just wanted to let you know I fixed the issue you mentioned and uploaded the new zip file.  Thanks for catching that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Administrator</title>
		<link>http://franto.com/cellrenderer-rowheight/comment-page-1/#comment-632</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Wed, 17 May 2006 14:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/cellrenderer-rowheight#comment-632</guid>
		<description>this is Flash 8 documentation? i can&#039;t find it

DataGrid is inherited from List component, i cant find ListBase, nor anything from your text :) can you paste here link on LiveDocs.

Thanks</description>
		<content:encoded><![CDATA[<p>this is Flash 8 documentation? i can&#8217;t find it</p>
<p>DataGrid is inherited from List component, i cant find ListBase, nor anything from your text <img src='http://franto.com/blog2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  can you paste here link on LiveDocs.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Erki Esken</title>
		<link>http://franto.com/cellrenderer-rowheight/comment-page-1/#comment-631</link>
		<dc:creator>Erki Esken</dc:creator>
		<pubDate>Wed, 17 May 2006 10:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/cellrenderer-rowheight#comment-631</guid>
		<description>DataGrid inherits variableRowHeight property from ListBase class. Docs say:

variableRowHeight : Boolean
If true, individual rows can have different height values.</description>
		<content:encoded><![CDATA[<p>DataGrid inherits variableRowHeight property from ListBase class. Docs say:</p>
<p>variableRowHeight : Boolean<br />
If true, individual rows can have different height values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Od: Julian Sander (dr.swank)</title>
		<link>http://franto.com/cellrenderer-rowheight/comment-page-1/#comment-630</link>
		<dc:creator>Julian Sander (dr.swank)</dc:creator>
		<pubDate>Tue, 16 May 2006 20:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.franto.com/blog2/cellrenderer-rowheight#comment-630</guid>
		<description>I don&#039;t think so.  The way the UIcomponents use the cell renderer is that it reuses the same batch, just changing the actual content.  What that means is that the metrics are not set for the entire rendered dataSet but rather for the visible CellRenderers meaning there is no real way to allow them to adjust for various sizes.

There may be a hack, but if you are looking for something that won&#039;t break, then I would suggest using a ScrollPane and adding your entire list of Cell into it.  You will need to write a special header class as well to sort the cells based on the events, but that may be easier then trying to get the cellRenderer to do various heights..

cheers, J</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think so.  The way the UIcomponents use the cell renderer is that it reuses the same batch, just changing the actual content.  What that means is that the metrics are not set for the entire rendered dataSet but rather for the visible CellRenderers meaning there is no real way to allow them to adjust for various sizes.</p>
<p>There may be a hack, but if you are looking for something that won&#8217;t break, then I would suggest using a ScrollPane and adding your entire list of Cell into it.  You will need to write a special header class as well to sort the cells based on the events, but that may be easier then trying to get the cellRenderer to do various heights..</p>
<p>cheers, J</p>
]]></content:encoded>
	</item>
</channel>
</rss>

