<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>中文Flex例子 &#187; TileList</title>
	<atom:link href="http://blog.minidx.com/tag/tilelist/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex中如何创建一个具有良好排序效果的TileList的例子</title>
		<link>http://blog.minidx.com/2008/10/09/1498.html</link>
		<comments>http://blog.minidx.com/2008/10/09/1498.html#comments</comments>
		<pubDate>Thu, 09 Oct 2008 13:54:18 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[TileList]]></category>
		<category><![CDATA[dataChangeEffect]]></category>
		<category><![CDATA[DefaultTileListEffect]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1498</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何创建一个具有良好排序效果的TileList。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:DefaultTileListEffect&#160;id=&#34;myTileListEffect&#34;
&#160; &#160; &#160; &#160; &#160; &#160; fadeOutDuration=&#34;500&#34;
&#160; &#160; &#160; &#160; &#160; &#160; fadeInDuration=&#34;500&#34;
&#160; &#160; &#160; &#160; &#160; &#160; moveDuration=&#34;1500&#34;&#160;/&#62;
&#160;
&#160; &#160; &#60;mx:ArrayCollection&#160;id=&#34;arrColl&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:source&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Array&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/10/09/1498.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex中通过alternatingItemColors样式设置TileList控件交替背景颜色的例子</title>
		<link>http://blog.minidx.com/2008/08/11/1247.html</link>
		<comments>http://blog.minidx.com/2008/08/11/1247.html#comments</comments>
		<pubDate>Mon, 11 Aug 2008 15:01:52 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[alternatingItemColors]]></category>
		<category><![CDATA[TileList]]></category>
		<category><![CDATA[背景颜色]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/08/11/1247.html</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何通过alternatingItemColors样式，设置TileList控件交替背景颜色。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;name=&#34;TileList_alternatingItemColors_test&#34;
&#160; &#160; &#160; &#160; xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:ArrayCollection&#160;id=&#34;arrColl&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:source&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Array&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;One&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;Two&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/08/11/1247.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何通过rowHeight属性设置TileList控件行的高度的例子</title>
		<link>http://blog.minidx.com/2008/08/10/1243.html</link>
		<comments>http://blog.minidx.com/2008/08/10/1243.html#comments</comments>
		<pubDate>Sun, 10 Aug 2008 10:44:31 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[rowHeight]]></category>
		<category><![CDATA[TileList]]></category>
		<category><![CDATA[行高]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/08/10/1243.html</guid>
		<description><![CDATA[前面的例子Flex中如何通过columnWidth属性设置TileList控件列的宽度的例子我们了解了如何设置TileList的列宽，接下来的例子演示了Flex中如何通过rowHeight属性,设置TileList控件行的高度。下面是ActionScript和MXML实现的两个版本。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;name=&#34;TileList_rowHeight_test&#34;
&#160; &#160; &#160; &#160; xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:ArrayCollection&#160;id=&#34;arrColl&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:source&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Array&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;One&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;Two&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/08/10/1243.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何通过columnWidth属性设置TileList控件列的宽度的例子</title>
		<link>http://blog.minidx.com/2008/08/10/1242.html</link>
		<comments>http://blog.minidx.com/2008/08/10/1242.html#comments</comments>
		<pubDate>Sun, 10 Aug 2008 10:37:05 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[columnWidth]]></category>
		<category><![CDATA[TileList]]></category>
		<category><![CDATA[列宽]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/08/10/1242.html</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何通过columnWidth属性，设置TileList控件列的宽度。下面是ActionScript和MXML实现的两个版本。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;name=&#34;TileList_columnWidth_test&#34;
&#160; &#160; &#160; &#160; xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:ArrayCollection&#160;id=&#34;arrColl&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:source&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Array&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;One&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;Two&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/08/10/1242.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex中如何通过rowCount属性在TileList控件中设置一串数字列并且可以调整行大小的例子</title>
		<link>http://blog.minidx.com/2008/08/09/1236.html</link>
		<comments>http://blog.minidx.com/2008/08/09/1236.html#comments</comments>
		<pubDate>Sat, 09 Aug 2008 11:25:07 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[columnCount]]></category>
		<category><![CDATA[rowCount]]></category>
		<category><![CDATA[TileList]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/08/09/1236.html</guid>
		<description><![CDATA[和前面Flex中如何通过columnCount属性在TileList控件中设置一串数字列并且可以调整大小的例子类似的，接下来的例子演示了Flex中如何通过rowCount属性，在TileList控件中设置一串数字列并且可以调整行大小。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;name=&#34;TileList_rowCount_test&#34;
&#160; &#160; &#160; &#160; xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:ArrayCollection&#160;id=&#34;arrColl&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:source&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Array&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;One&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;Two&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/08/09/1236.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/27 queries in 0.125 seconds using disk
Object Caching 417/808 objects using disk

Served from: blog.minidx.com @ 2012-02-09 19:17:44 -->
