<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Scrolling a Flex List control horizontally</title>
	<link>http://blog.flexexamples.com/2008/01/26/scrolling-a-flex-list-control-horizontally/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 21 Nov 2008 06:48:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: burn</title>
		<link>http://blog.flexexamples.com/2008/01/26/scrolling-a-flex-list-control-horizontally/#comment-12767</link>
		<author>burn</author>
		<pubDate>Mon, 19 May 2008 10:51:38 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/26/scrolling-a-flex-list-control-horizontally/#comment-12767</guid>
		<description>ok, my example code got cut away. but the magic happens when you calculate the required horizontal width with measureWidthOfItems(0,0) and assign the measured value minus the lists's width to your list's maxHorizontalScrollPosition.

burn</description>
		<content:encoded><![CDATA[<p>ok, my example code got cut away. but the magic happens when you calculate the required horizontal width with measureWidthOfItems(0,0) and assign the measured value minus the lists&#8217;s width to your list&#8217;s maxHorizontalScrollPosition.</p>
<p>burn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burn</title>
		<link>http://blog.flexexamples.com/2008/01/26/scrolling-a-flex-list-control-horizontally/#comment-12766</link>
		<author>burn</author>
		<pubDate>Mon, 19 May 2008 10:48:29 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/26/scrolling-a-flex-list-control-horizontally/#comment-12766</guid>
		<description>Hi there,

I had a similar problem in an app of mine in which a list's data provider is being received from an http service. For some strange reason the list did show all received data but without adapting the required maxHorizontalScrollPosition. so what worked fine for me was listening to the dataprovider's collectionChange event and setting the list's maxHorizontalScrollPosition according to the measured list width.

cheers, burn

[...]

	




[...]</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I had a similar problem in an app of mine in which a list&#8217;s data provider is being received from an http service. For some strange reason the list did show all received data but without adapting the required maxHorizontalScrollPosition. so what worked fine for me was listening to the dataprovider&#8217;s collectionChange event and setting the list&#8217;s maxHorizontalScrollPosition according to the measured list width.</p>
<p>cheers, burn</p>
<p>[&#8230;]</p>
<p>[&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s'ergo</title>
		<link>http://blog.flexexamples.com/2008/01/26/scrolling-a-flex-list-control-horizontally/#comment-7516</link>
		<author>s'ergo</author>
		<pubDate>Wed, 12 Mar 2008 16:37:41 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/26/scrolling-a-flex-list-control-horizontally/#comment-7516</guid>
		<description>very nice trick.
i have another question about TileList and scrolling (actually two):
- how can i control amount of scrolling pixels, say vertical? by default scroll occurs for one line (i.e. scroll for one item along), but what i should to do if i want to scroll for three line?
- how can i use liveScrolling properties in TileList? simply set its to true change nothing...
anyway thank you, do a big deal.</description>
		<content:encoded><![CDATA[<p>very nice trick.<br />
i have another question about TileList and scrolling (actually two):<br />
- how can i control amount of scrolling pixels, say vertical? by default scroll occurs for one line (i.e. scroll for one item along), but what i should to do if i want to scroll for three line?<br />
- how can i use liveScrolling properties in TileList? simply set its to true change nothing&#8230;<br />
anyway thank you, do a big deal.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
