<?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: Flash scrollPane component scrollbar not showing up</title>
	<atom:link href="http://www.sidani.info/2007/12/23/flash-scrollpane-component-scrollbar-not-showing-up-when-it-should/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sidani.info/2007/12/23/flash-scrollpane-component-scrollbar-not-showing-up-when-it-should/</link>
	<description>Education Biology Flash Animation 3D biology</description>
	<lastBuildDate>Fri, 15 Jul 2011 09:25:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gary</title>
		<link>http://www.sidani.info/2007/12/23/flash-scrollpane-component-scrollbar-not-showing-up-when-it-should/comment-page-1/#comment-423</link>
		<dc:creator>gary</dc:creator>
		<pubDate>Fri, 15 Feb 2008 05:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidani.info/2007/12/23/flash-scrollpane-component-scrollbar-not-showing-up-when-it-should/#comment-423</guid>
		<description>Thank you very much for putting this up on the web. Means it took me 15mins to solve my problem.</description>
		<content:encoded><![CDATA[<p>Thank you very much for putting this up on the web. Means it took me 15mins to solve my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Guy</title>
		<link>http://www.sidani.info/2007/12/23/flash-scrollpane-component-scrollbar-not-showing-up-when-it-should/comment-page-1/#comment-412</link>
		<dc:creator>PHP Guy</dc:creator>
		<pubDate>Thu, 07 Feb 2008 20:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidani.info/2007/12/23/flash-scrollpane-component-scrollbar-not-showing-up-when-it-should/#comment-412</guid>
		<description>Typo correction above (for vertical scroll):

scaleContent=false;
image.width=undefined;
image.percentWidth=undfined;
image.load(image.source);

Should be:

scaleContent=false;
image.Height=undefined;
image.percentHeight=undfined;
image.load(image.source);


Also Note: 

If you have a need to toggle scaleContent back to true you will need to set the image width and percent width back. Undefined values will only work on scaleContent=false.

Cheers!</description>
		<content:encoded><![CDATA[<p>Typo correction above (for vertical scroll):</p>
<p>scaleContent=false;<br />
image.width=undefined;<br />
image.percentWidth=undfined;<br />
image.load(image.source);</p>
<p>Should be:</p>
<p>scaleContent=false;<br />
image.Height=undefined;<br />
image.percentHeight=undfined;<br />
image.load(image.source);</p>
<p>Also Note: </p>
<p>If you have a need to toggle scaleContent back to true you will need to set the image width and percent width back. Undefined values will only work on scaleContent=false.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Guy</title>
		<link>http://www.sidani.info/2007/12/23/flash-scrollpane-component-scrollbar-not-showing-up-when-it-should/comment-page-1/#comment-411</link>
		<dc:creator>PHP Guy</dc:creator>
		<pubDate>Thu, 07 Feb 2008 20:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidani.info/2007/12/23/flash-scrollpane-component-scrollbar-not-showing-up-when-it-should/#comment-411</guid>
		<description>Similar Issue in Flex 2:

Vertical scroll bar doesn&#039;t show on setting image scaleContent=false. 

Fix:

After setting scaleContent=false clear with and percent width and reload image. E.g.

scaleContent=false;
image.width=undefined;
image.percentWidth=undfined;
image.load(image.source);

Took about 2 hours to figure this one out. Hope this helps some Flash developers that are new to Flex.</description>
		<content:encoded><![CDATA[<p>Similar Issue in Flex 2:</p>
<p>Vertical scroll bar doesn&#8217;t show on setting image scaleContent=false. </p>
<p>Fix:</p>
<p>After setting scaleContent=false clear with and percent width and reload image. E.g.</p>
<p>scaleContent=false;<br />
image.width=undefined;<br />
image.percentWidth=undfined;<br />
image.load(image.source);</p>
<p>Took about 2 hours to figure this one out. Hope this helps some Flash developers that are new to Flex.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

