<?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: Customizing the Flex ScrollBar with Skins</title>
	<atom:link href="http://www.kerkness.ca/customizing-the-flex-scrollbar-with-skins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerkness.ca/customizing-the-flex-scrollbar-with-skins/</link>
	<description>flexing my kerkness, among other things</description>
	<lastBuildDate>Thu, 08 Oct 2009 10:38:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alekkus</title>
		<link>http://www.kerkness.ca/customizing-the-flex-scrollbar-with-skins/comment-page-1/#comment-867</link>
		<dc:creator>alekkus</dc:creator>
		<pubDate>Mon, 01 Jun 2009 09:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=34#comment-867</guid>
		<description>thanks for the source codes.</description>
		<content:encoded><![CDATA[<p>thanks for the source codes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kerk</title>
		<link>http://www.kerkness.ca/customizing-the-flex-scrollbar-with-skins/comment-page-1/#comment-48</link>
		<dc:creator>kerk</dc:creator>
		<pubDate>Wed, 27 Aug 2008 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=34#comment-48</guid>
		<description>@Anonymous:  You can try setting the horizontalScrollPolicy or verticalScrollPolicy to &#039;on&#039; for your container.</description>
		<content:encoded><![CDATA[<p>@Anonymous:  You can try setting the horizontalScrollPolicy or verticalScrollPolicy to &#8216;on&#8217; for your container.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.kerkness.ca/customizing-the-flex-scrollbar-with-skins/comment-page-1/#comment-46</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 27 Aug 2008 04:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=34#comment-46</guid>
		<description>I have a Tilelist in my flex application , which i am trying to set up a vertical Scrollbar , I am testing with this code. It works but the scroll will appears only if the data exceeds the Tilelist boundary,&lt;br/&gt;do you have any solution to show the scroll in all cases&lt;br/&gt;&lt;br/&gt;Joseph</description>
		<content:encoded><![CDATA[<p>I have a Tilelist in my flex application , which i am trying to set up a vertical Scrollbar , I am testing with this code. It works but the scroll will appears only if the data exceeds the Tilelist boundary,<br />do you have any solution to show the scroll in all cases</p>
<p>Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p</title>
		<link>http://www.kerkness.ca/customizing-the-flex-scrollbar-with-skins/comment-page-1/#comment-28</link>
		<dc:creator>p</dc:creator>
		<pubDate>Fri, 25 Jul 2008 15:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=34#comment-28</guid>
		<description>mauricio :&lt;br/&gt;&lt;br/&gt;In the source for ScrollSkin.as there&#039;s a line saying :&lt;br/&gt;&lt;br/&gt;// Background&lt;br/&gt;this.x = -15;&lt;br/&gt;&lt;br/&gt;That might be causing your bar background to be offset.</description>
		<content:encoded><![CDATA[<p>mauricio :</p>
<p>In the source for ScrollSkin.as there&#8217;s a line saying :</p>
<p>// Background<br />this.x = -15;</p>
<p>That might be causing your bar background to be offset.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kerk</title>
		<link>http://www.kerkness.ca/customizing-the-flex-scrollbar-with-skins/comment-page-1/#comment-6</link>
		<dc:creator>kerk</dc:creator>
		<pubDate>Tue, 15 Apr 2008 21:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=34#comment-6</guid>
		<description>There are more style properties available for the scrollbar than just the skins.  You should be able to adjust the style properties for &#039;bottom, top, left, right&#039; to adjust the distance between the scrollbar and the parent component.  See http://livedocs.adobe.com/flex/201/langref/mx/controls/scrollClasses/ScrollBar.html and look at the inherited style properties.</description>
		<content:encoded><![CDATA[<p>There are more style properties available for the scrollbar than just the skins.  You should be able to adjust the style properties for &#8216;bottom, top, left, right&#8217; to adjust the distance between the scrollbar and the parent component.  See <a href="http://livedocs.adobe.com/flex/201/langref/mx/controls/scrollClasses/ScrollBar.html" rel="nofollow">http://livedocs.adobe.com/flex/201/langref/mx/controls/scrollClasses/ScrollBar.html</a> and look at the inherited style properties.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio</title>
		<link>http://www.kerkness.ca/customizing-the-flex-scrollbar-with-skins/comment-page-1/#comment-4</link>
		<dc:creator>Mauricio</dc:creator>
		<pubDate>Mon, 14 Apr 2008 16:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=34#comment-4</guid>
		<description>Hi, I&#039;m testing the example but in my project it doesn&#039;t work. The scrollbar it&#039;s outside of the border. Any suggestion?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m testing the example but in my project it doesn&#8217;t work. The scrollbar it&#8217;s outside of the border. Any suggestion?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
