<?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; rowCount</title>
	<atom:link href="http://blog.minidx.com/tag/rowcount/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 Gumbo中如何通过columnCount, columnWidth, rowCount以及rowHeight属性设置FxList行数与列数的例子</title>
		<link>http://blog.minidx.com/2009/07/17/2739.html</link>
		<comments>http://blog.minidx.com/2009/07/17/2739.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 12:37:53 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[FxList]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[columnCount]]></category>
		<category><![CDATA[columnWidth]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[rowCount]]></category>
		<category><![CDATA[rowHeight]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2739</guid>
		<description><![CDATA[接下来的例子演示了Flex Gumbo中如何通过columnCount, columnWidth, rowCount以及rowHeight属性，设置FxList行数与列数。 
让我们先来看一下Demo（可以点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;FxApplication&#160;name=&#34;FxList_layout_TileLayout_columnCount_test&#34;
&#160; &#160; &#160; &#160; xmlns=&#34;http://ns.adobe.com/mxml/2009&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;FxList&#160;id=&#34;list&#34;
&#160; &#160; &#160; &#160; &#160; &#160; horizontalCenter=&#34;0&#34;
&#160; &#160; &#160; &#160; &#160; &#160; verticalCenter=&#34;0&#34;&#62;
&#160; &#160; &#160; &#160; &#60;layout&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;TileLayout&#160;columnCount=&#34;3&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; columnWidth=&#34;100&#34;
&#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/07/17/2739.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何通过rowCount属性动态改变DataGrid显示行数的例子</title>
		<link>http://blog.minidx.com/2008/11/03/1602.html</link>
		<comments>http://blog.minidx.com/2008/11/03/1602.html#comments</comments>
		<pubDate>Mon, 03 Nov 2008 15:27:37 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[rowCount]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1602</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何通过rowCount属性，动态改变DataGrid显示行数。
让我们先来看一下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;top&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:Array&#160;id=&#34;arr&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:Object&#160;col1=&#34;1&#34; col2=&#34;A&#34; col3=&#34;a&#34; /&#62;
&#160; &#160; &#160; &#160; &#60;mx:Object&#160;col1=&#34;2&#34; col2=&#34;B&#34; col3=&#34;b&#34; /&#62;
&#160; &#160; &#160; &#160; &#60;mx:Object&#160;col1=&#34;3&#34; col2=&#34;C&#34; col3=&#34;c&#34; /&#62;
&#160; &#160; &#160; &#160; &#60;mx:Object&#160;col1=&#34;4&#34; col2=&#34;D&#34; col3=&#34;d&#34; /&#62;
&#160; &#160; &#160; &#160; &#60;mx:Object&#160;col1=&#34;5&#34; col2=&#34;E&#34; col3=&#34;e&#34; /&#62;
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/11/03/1602.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何利用rowCount属性使List控件Resize时特定的行被显示的例子</title>
		<link>http://blog.minidx.com/2008/10/30/1594.html</link>
		<comments>http://blog.minidx.com/2008/10/30/1594.html#comments</comments>
		<pubDate>Thu, 30 Oct 2008 15:33:38 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[List]]></category>
		<category><![CDATA[E4X]]></category>
		<category><![CDATA[rowCount]]></category>
		<category><![CDATA[Slider]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1594</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何利用rowCount属性，使List控件Resize时特定的行被显示。
让我们先来看一下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:XML&#160;id=&#34;mlbXML&#34; &#62;
&#160; &#160; &#160; &#160; &#60;teams&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;league&#160;id=&#34;AL&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;team&#160;label=&#34;Baltimore Orioles&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;team&#160;label=&#34;Boston Red Sox&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/10/30/1594.html/feed</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>Flex中通过设置rowCount属性在ComboBox控件的下拉菜单中设置显示项目个数的例子</title>
		<link>http://blog.minidx.com/2008/06/17/906.html</link>
		<comments>http://blog.minidx.com/2008/06/17/906.html#comments</comments>
		<pubDate>Tue, 17 Jun 2008 14:40:01 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[closeDuration]]></category>
		<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[openDuration]]></category>
		<category><![CDATA[rowCount]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/06/17/906.html</guid>
		<description><![CDATA[接下来的例子演示了Flex中通过设置rowCount属性，在ComboBox控件的下拉菜单中设置显示项目个数（在Demo中通过菜单栏中设置显示个数）。
让我们先来看一下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;top&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:Script&#62;
&#160; &#160; &#160; &#160; &#60;![CDATA[
&#160; &#160; &#160; &#160; &#160; &#160; import mx.events.NumericStepperEvent;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; private function numericStepper_change(evt:NumericStepperEvent):void {
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; callLater(comboBoxOpen);
&#160; &#160; &#160; &#160; &#160; &#160; }
&#160;
&#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/06/17/906.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 using disk
Object Caching 411/813 objects using disk

Served from: blog.minidx.com @ 2012-02-09 18:54:10 -->
