<?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>Comments on: Direction of the TileList behaves strange</title>
	<atom:link href="http://blog.arnomanders.nl/index.php/archives/direction-of-the-tilelist-behaves-strange/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arnomanders.nl/index.php/archives/direction-of-the-tilelist-behaves-strange/</link>
	<description>Flex, Flash, AIR and everything that is brand new</description>
	<lastBuildDate>Sat, 04 Sep 2010 15:28:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: sandrar</title>
		<link>http://blog.arnomanders.nl/index.php/archives/direction-of-the-tilelist-behaves-strange/comment-page-1/#comment-22100</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 12:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=140#comment-22100</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  :) Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unknown Blog &#187; Blog Archive &#187; TileList direction Parameter ist verwirrend</title>
		<link>http://blog.arnomanders.nl/index.php/archives/direction-of-the-tilelist-behaves-strange/comment-page-1/#comment-16107</link>
		<dc:creator>Unknown Blog &#187; Blog Archive &#187; TileList direction Parameter ist verwirrend</dc:creator>
		<pubDate>Wed, 28 Jan 2009 15:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=140#comment-16107</guid>
		<description>[...] Direction of the TileList behaves strange [...]</description>
		<content:encoded><![CDATA[<p>[...] Direction of the TileList behaves strange [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Horizontal Scrollbar in TileList &#171; saumya</title>
		<link>http://blog.arnomanders.nl/index.php/archives/direction-of-the-tilelist-behaves-strange/comment-page-1/#comment-15090</link>
		<dc:creator>Horizontal Scrollbar in TileList &#171; saumya</dc:creator>
		<pubDate>Thu, 04 Dec 2008 07:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=140#comment-15090</guid>
		<description>[...] HOraizontal Scrollbar came in after I set  direction=&#8221;vertical&#8221;. After a googling a bit I found this( by Arno Manders), which confirmed me that this is the way to go. Thought I would share it immediately as somebody out there may be [...]</description>
		<content:encoded><![CDATA[<p>[...] HOraizontal Scrollbar came in after I set  direction=&#8221;vertical&#8221;. After a googling a bit I found this( by Arno Manders), which confirmed me that this is the way to go. Thought I would share it immediately as somebody out there may be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arno Manders</title>
		<link>http://blog.arnomanders.nl/index.php/archives/direction-of-the-tilelist-behaves-strange/comment-page-1/#comment-6414</link>
		<dc:creator>Arno Manders</dc:creator>
		<pubDate>Fri, 25 Apr 2008 12:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=140#comment-6414</guid>
		<description>The adobe quick start guide says something else. That it is for the scroll direction.

And in this example I changed only the direction from vertical to horizontal:
http://blog.arnomanders.nl/upload/flex/TileListTest2/TileListTest.html

and the scroll direction also changed but still wrong in my opinion</description>
		<content:encoded><![CDATA[<p>The adobe quick start guide says something else. That it is for the scroll direction.</p>
<p>And in this example I changed only the direction from vertical to horizontal:<br />
<a href="http://blog.arnomanders.nl/upload/flex/TileListTest2/TileListTest.html" rel="nofollow">http://blog.arnomanders.nl/upload/flex/TileListTest2/TileListTest.html</a></p>
<p>and the scroll direction also changed but still wrong in my opinion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Ruehl</title>
		<link>http://blog.arnomanders.nl/index.php/archives/direction-of-the-tilelist-behaves-strange/comment-page-1/#comment-6413</link>
		<dc:creator>Thomas Ruehl</dc:creator>
		<pubDate>Fri, 25 Apr 2008 10:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=140#comment-6413</guid>
		<description>Hi there. Don&#039;t know, if this is still a &#039;problem&#039; for you, but here&#039;s how the drection property should be interpreted:

The direction property of a TileList dosen&#039;t affect the scrolling direction of the component at all! Furthermore, it specifies, how the TileList orders the individual tiles - in a vertical or a horizontal manner (2x2 matrix i.e.):

vertical: [r1, c1], [r2, c1], [r1, c2], [r2, c2]
horizontal: [r1, c1], [r1, c2], [r2, c1], [r2, c2]

To define the direction and scrolling behaviour, you need to set the rowCount/columnCount properties and use verticalScrollPolicy and/or horizontalScrollPolicy.

Cheers, Thomas</description>
		<content:encoded><![CDATA[<p>Hi there. Don&#8217;t know, if this is still a &#8216;problem&#8217; for you, but here&#8217;s how the drection property should be interpreted:</p>
<p>The direction property of a TileList dosen&#8217;t affect the scrolling direction of the component at all! Furthermore, it specifies, how the TileList orders the individual tiles &#8211; in a vertical or a horizontal manner (2&#215;2 matrix i.e.):</p>
<p>vertical: [r1, c1], [r2, c1], [r1, c2], [r2, c2]<br />
horizontal: [r1, c1], [r1, c2], [r2, c1], [r2, c2]</p>
<p>To define the direction and scrolling behaviour, you need to set the rowCount/columnCount properties and use verticalScrollPolicy and/or horizontalScrollPolicy.</p>
<p>Cheers, Thomas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
