<?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 Examples &#187; HorizontalList</title>
	<atom:link href="http://blog.flexexamples.com/category/halo/horizontallist/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 12 Mar 2010 16:21:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://blog.flexexamples.com/?pushpress=hub'/>
		<item>
		<title>Displaying a border on specific sides of a HorizontalList control in Flex</title>
		<link>http://blog.flexexamples.com/2009/07/26/displaying-a-border-on-specific-sides-of-a-horizontallist-control-in-flex/</link>
		<comments>http://blog.flexexamples.com/2009/07/26/displaying-a-border-on-specific-sides-of-a-horizontallist-control-in-flex/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 00:07:59 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HorizontalList]]></category>
		<category><![CDATA[borderColor]]></category>
		<category><![CDATA[borderSides]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=1243</guid>
		<description><![CDATA[The following example shows how you can toggle which sides of a Flex HorizontalList control display the border outline by setting the borderSides style.
Full code after the jump.


&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- http://blog.flexexamples.com/2009/07/26/displaying-a-border-on-specific-sides-of-a-horizontallist-control-in-flex/ --&#62;
&#60;mx:Application name=&#34;HorizontalList_borderSides_test&#34;
        xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
        layout=&#34;vertical&#34;
       [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/07/26/displaying-a-border-on-specific-sides-of-a-horizontallist-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting the border color on a HorizontalList control in Flex</title>
		<link>http://blog.flexexamples.com/2009/06/29/setting-the-border-color-on-a-horizontallist-control-in-flex/</link>
		<comments>http://blog.flexexamples.com/2009/06/29/setting-the-border-color-on-a-horizontallist-control-in-flex/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 06:59:49 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HorizontalList]]></category>
		<category><![CDATA[borderColor]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=1247</guid>
		<description><![CDATA[The following example shows how you can set the border color on a Flex HorizontalList control by setting the borderColor style.
Full code after the jump.


&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- http://blog.flexexamples.com/2009/06/29/setting-the-border-color-on-a-horizontallist-control-in-flex/ --&#62;
&#60;mx:Application name=&#34;HorizontalList_borderColor_test&#34;
        xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
        layout=&#34;vertical&#34;
        verticalAlign=&#34;middle&#34;
  [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/06/29/setting-the-border-color-on-a-horizontallist-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a simple image gallery with the Flex HorizontalList control (redux)</title>
		<link>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/</link>
		<comments>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 03:55:32 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HorizontalList]]></category>
		<category><![CDATA[PopUpManager]]></category>
		<category><![CDATA[doubleClick]]></category>
		<category><![CDATA[itemRollOut]]></category>
		<category><![CDATA[itemRollOver]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/</guid>
		<description><![CDATA[In a previous example, &#8220;Creating a simple image gallery with the Flex HorizontalList control&#8221;, we saw how to create a simple image gallery using the HorizontalList control and Image control in Flex.
The following example shows how you can change the full image whenever you roll your mouse cursor over the items in the HorizontalList control, [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/08/06/creating-a-simple-image-gallery-with-the-flex-horizontallist-control-redux/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Setting the horizontal scroll position in the HorizontalList control in Flex</title>
		<link>http://blog.flexexamples.com/2008/04/03/scrolling-the-horizontallist-control-in-flex/</link>
		<comments>http://blog.flexexamples.com/2008/04/03/scrolling-the-horizontallist-control-in-flex/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 03:15:23 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HorizontalList]]></category>
		<category><![CDATA[horizontalScrollPosition]]></category>
		<category><![CDATA[max()]]></category>
		<category><![CDATA[maxHorizontalScrollPosition]]></category>
		<category><![CDATA[min()]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/03/scrolling-the-horizontallist-control-in-flex/</guid>
		<description><![CDATA[The following example shows how you can scroll the Flex HorizontalList control by setting the horizontalScrollPosition property.
Full code after the jump.

View MXML

&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;!-- http://blog.flexexamples.com/2008/04/03/scrolling-the-horizontallist-control-in-flex/ --&#62;
&#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="vertical"
        verticalAlign="middle"
        backgroundColor="white"&#62;

    &#60;mx:Script&#62;
 [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/04/03/scrolling-the-horizontallist-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Creating a simple image gallery with the Flex HorizontalList control</title>
		<link>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/</link>
		<comments>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 05:08:19 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HorizontalList]]></category>
		<category><![CDATA[columnCount]]></category>
		<category><![CDATA[columnWidth]]></category>
		<category><![CDATA[iconField]]></category>
		<category><![CDATA[itemRenderer]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/</guid>
		<description><![CDATA[This request comes to us from a faithful reader who was wondering how you can display a full image when a user clicks on a thumbnail in a HorizontalList control in Flex. My solution was to put the thumbnail image and full image URLs in the data provider and then use bindings to the HorizontalList [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/02/15/creating-a-simple-image-gallery-with-the-flex-horizontallist-control/feed/</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
		<item>
		<title>Displaying scroll tips in a HorizontalList control in Flex</title>
		<link>http://blog.flexexamples.com/2008/01/04/displaying-scroll-tips-in-a-horizontallist-control-in-flex/</link>
		<comments>http://blog.flexexamples.com/2008/01/04/displaying-scroll-tips-in-a-horizontallist-control-in-flex/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 05:01:06 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HorizontalList]]></category>
		<category><![CDATA[showScrollTips]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/04/displaying-scroll-tips-in-a-horizontallist-control-in-flex/</guid>
		<description><![CDATA[The following example shows how you can display scroll tips in a Flex HorizontalList control by setting the Boolean showScrollTips property.
Full code after the jump.

View MXML

&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;!-- http://blog.flexexamples.com/2008/01/04/displaying-scroll-tips-in-a-horizontallist-control-in-flex/ --&#62;
&#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="vertical"
        verticalAlign="middle"
        backgroundColor="white"&#62;

 [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/01/04/displaying-scroll-tips-in-a-horizontallist-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting alternating colors on a Flex HorizontalList control</title>
		<link>http://blog.flexexamples.com/2008/01/04/setting-alternating-colors-on-a-flex-horizontallist-control/</link>
		<comments>http://blog.flexexamples.com/2008/01/04/setting-alternating-colors-on-a-flex-horizontallist-control/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 04:17:58 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HorizontalList]]></category>
		<category><![CDATA[alternatingItemColors]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/04/setting-alternating-colors-on-a-flex-horizontallist-control/</guid>
		<description><![CDATA[The following example shows how you can alternate item colors in a HorizontalList control in Flex by setting the alternatingItemColors style.
Full code after the jump.

View MXML

&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;!-- http://blog.flexexamples.com/2008/01/04/setting-alternating-colors-on-a-flex-horizontallist-control/ --&#62;
&#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
            layout="vertical"
            verticalAlign="middle"
 [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/01/04/setting-alternating-colors-on-a-flex-horizontallist-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the background alpha of a HorizontalList control in Flex</title>
		<link>http://blog.flexexamples.com/2008/01/04/changing-the-background-alpha-of-a-horizontallist-control-in-flex/</link>
		<comments>http://blog.flexexamples.com/2008/01/04/changing-the-background-alpha-of-a-horizontallist-control-in-flex/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 03:53:03 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HorizontalList]]></category>
		<category><![CDATA[backgroundAlpha]]></category>
		<category><![CDATA[backgroundColor]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/04/changing-the-background-alpha-of-a-horizontallist-control-in-flex/</guid>
		<description><![CDATA[The following example shows how you can change the background fill alpha on a HorizontalList control in Flex by setting the backgroundAlpha style.
Full code after the jump.

View MXML

&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;!-- http://blog.flexexamples.com/2008/01/04/changing-the-background-alpha-of-a-horizontallist-control-in-flex/ --&#62;
&#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="vertical"
        verticalAlign="middle"
       [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/01/04/changing-the-background-alpha-of-a-horizontallist-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
