<?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: Scrolling to a specific index in a Flex List control</title>
	<atom:link href="http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:51:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/comment-page-1/#comment-7691</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Wed, 12 May 2010 23:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/#comment-7691</guid>
		<description>Not sure why I seemingly didn&#039;t turn this into a real example earlier, but I just reposted this as &lt;a href=&quot;http://blog.flexexamples.com/2010/05/12/scrolling-to-a-specific-index-in-a-spark-list-control-in-flex-4/&quot; rel=&quot;nofollow&quot;&gt;&quot;Scrolling to a specific index in a Spark List control in Flex 4&quot;&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>Not sure why I seemingly didn&#8217;t turn this into a real example earlier, but I just reposted this as <a href="http://blog.flexexamples.com/2010/05/12/scrolling-to-a-specific-index-in-a-spark-list-control-in-flex-4/" rel="nofollow">&#8220;Scrolling to a specific index in a Spark List control in Flex 4&#8243;</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/comment-page-1/#comment-7388</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Tue, 30 Mar 2010 23:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/#comment-7388</guid>
		<description>@Vanessa,

Can you please file a bug at http://bugs.adobe.com/flex/ and include a simple test case and somebody from the Flex team can take a look.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>@Vanessa,</p>
<p>Can you please file a bug at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> and include a simple test case and somebody from the Flex team can take a look.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vanessa</title>
		<link>http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/comment-page-1/#comment-7386</link>
		<dc:creator>Vanessa</dc:creator>
		<pubDate>Tue, 30 Mar 2010 15:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/#comment-7386</guid>
		<description>Hi,

My list control uses a custom item renderer. I am switching views between a data grid and a list view both containing the same data.
I need to show the selected item in both views when I switch. 
I have tried scrollToIndex() with even a hard coded value, but the list view just refuses to scroll. Is this because of the custom item renderer component? I am defining my list view as follows:
&lt;pre lang=&quot;mxml&quot;&gt;
&lt;mx:List x=&quot;0&quot; y=&quot;3&quot; id=&quot;listView&quot; width=&quot;100%&quot; height=&quot;100%&quot;
		dataProvider=&quot;{productData}&quot; 
		itemClick=&quot;displayDetail(event)&quot;
		itemRenderer=&quot;components.ProductListRenderer&quot;
		alternatingItemColors=&quot;[#DAF4F6, #FFFFFF]&quot; themeColor=&quot;#2119C4&quot;&gt;&lt;/mx:List&gt;
&lt;/pre&gt;

Please help...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My list control uses a custom item renderer. I am switching views between a data grid and a list view both containing the same data.<br />
I need to show the selected item in both views when I switch.<br />
I have tried scrollToIndex() with even a hard coded value, but the list view just refuses to scroll. Is this because of the custom item renderer component? I am defining my list view as follows:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;mx:List</span> x=<span style="color: #ff0000;">&quot;0&quot;</span> y=<span style="color: #ff0000;">&quot;3&quot;</span> id=<span style="color: #ff0000;">&quot;listView&quot;</span> width=<span style="color: #ff0000;">&quot;100%&quot;</span> height=<span style="color: #ff0000;">&quot;100%&quot;</span></span>
<span style="color: #000000;">		dataProvider=<span style="color: #ff0000;">&quot;{productData}&quot;</span> </span>
<span style="color: #000000;">		itemClick=<span style="color: #ff0000;">&quot;displayDetail(event)&quot;</span></span>
<span style="color: #000000;">		itemRenderer=<span style="color: #ff0000;">&quot;components.ProductListRenderer&quot;</span></span>
<span style="color: #000000;">		alternatingItemColors=<span style="color: #ff0000;">&quot;[#DAF4F6, #FFFFFF]&quot;</span> themeColor=<span style="color: #ff0000;">&quot;#2119C4&quot;</span><span style="color: #7400FF;">&gt;</span><span style="color: #7400FF;">&lt;/mx:List</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<p>Please help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kimbyunggeon</title>
		<link>http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/comment-page-1/#comment-7082</link>
		<dc:creator>kimbyunggeon</dc:creator>
		<pubDate>Tue, 23 Feb 2010 02:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/#comment-7082</guid>
		<description>thanks useful infomation :-)
addtion, how to know selected nodes of hierachical xml? 

i want to scrolling automatically by program.

i know how to dynamically scrolling use scrollToIndex method.. but can not find a value for it

please any help..</description>
		<content:encoded><![CDATA[<p>thanks useful infomation :-)<br />
addtion, how to know selected nodes of hierachical xml? </p>
<p>i want to scrolling automatically by program.</p>
<p>i know how to dynamically scrolling use scrollToIndex method.. but can not find a value for it</p>
<p>please any help..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/comment-page-1/#comment-5165</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Fri, 14 Aug 2009 16:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/#comment-5165</guid>
		<description>@Marcin,

In Flex 4/Spark, the API is called &lt;code&gt;ensureIndexIsVisible()&lt;/code&gt;. Apparently I haven&#039;t done an entry on that yet, but here&#039;s an example:
&lt;pre lang=&quot;mxml&quot;&gt;
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;s:Application xmlns:fx=&quot;http://ns.adobe.com/mxml/2009&quot;
        xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot;
        xmlns:mx=&quot;library://ns.adobe.com/flex/halo&quot;&gt;

    &lt;fx:Script&gt;
        &lt;![CDATA[
            protected function slider_changeHandler(evt:Event):void {
                list.ensureIndexIsVisible(slider.value);
            }

            protected function list_labelFunc(item:Object):String {
                return item.index + &quot;) &quot; + item.label;
            }
        ]]&gt;
    &lt;/fx:Script&gt;

    &lt;s:HSlider id=&quot;slider&quot; 
            minimum=&quot;0&quot; maximum=&quot;{list.dataProvider.length-1}&quot;
            change=&quot;slider_changeHandler(event)&quot; /&gt;

    &lt;s:List id=&quot;list&quot;
            labelFunction=&quot;list_labelFunc&quot; 
            horizontalCenter=&quot;0&quot; verticalCenter=&quot;0&quot;&gt;
        &lt;s:layout&gt;
            &lt;s:VerticalLayout gap=&quot;0&quot;
                    horizontalAlign=&quot;contentJustify&quot;
                    requestedRowCount=&quot;5&quot; /&gt;
        &lt;/s:layout&gt;
        &lt;s:dataProvider&gt;
            &lt;s:ArrayList&gt;
                &lt;fx:Object label=&quot;One&quot;       index=&quot;0&quot; /&gt;
                &lt;fx:Object label=&quot;Two&quot;       index=&quot;1&quot; /&gt;
                &lt;fx:Object label=&quot;Three&quot;     index=&quot;2&quot; /&gt;
                &lt;fx:Object label=&quot;Four&quot;      index=&quot;3&quot; /&gt;
                &lt;fx:Object label=&quot;Five&quot;      index=&quot;4&quot; /&gt;
                &lt;fx:Object label=&quot;Six&quot;       index=&quot;5&quot; /&gt;
                &lt;fx:Object label=&quot;Seven&quot;     index=&quot;6&quot; /&gt;
                &lt;fx:Object label=&quot;Eight&quot;     index=&quot;7&quot; /&gt;
                &lt;fx:Object label=&quot;Nine&quot;      index=&quot;8&quot; /&gt;
                &lt;fx:Object label=&quot;Ten&quot;       index=&quot;9&quot; /&gt;
                &lt;fx:Object label=&quot;Eleven&quot;    index=&quot;10&quot; /&gt;
                &lt;fx:Object label=&quot;Twelve&quot;    index=&quot;11&quot; /&gt;
                &lt;fx:Object label=&quot;Thirteen&quot;  index=&quot;12&quot; /&gt;
                &lt;fx:Object label=&quot;Fourteen&quot;  index=&quot;13&quot; /&gt;
                &lt;fx:Object label=&quot;Fifteen&quot;   index=&quot;14&quot; /&gt;
                &lt;fx:Object label=&quot;Sixteen&quot;   index=&quot;15&quot; /&gt;
                &lt;fx:Object label=&quot;Seventeen&quot; index=&quot;16&quot; /&gt;
                &lt;fx:Object label=&quot;Eighteen&quot;  index=&quot;17&quot; /&gt;
                &lt;fx:Object label=&quot;Ninteen&quot;   index=&quot;18&quot; /&gt;
                &lt;fx:Object label=&quot;Twenty&quot;    index=&quot;19&quot; /&gt;
            &lt;/s:ArrayList&gt;
        &lt;/s:dataProvider&gt;
    &lt;/s:List&gt;
 
&lt;/s:Application&gt;
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>@Marcin,</p>
<p>In Flex 4/Spark, the API is called <code>ensureIndexIsVisible()</code>. Apparently I haven&#8217;t done an entry on that yet, but here&#8217;s an example:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;">&lt;?xml version=<span style="color: #ff0000;">&quot;1.0&quot;</span> encoding=<span style="color: #ff0000;">&quot;utf-8&quot;</span>?<span style="color: #7400FF;">&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;s:Application</span> xmlns:fx=<span style="color: #ff0000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span></span>
<span style="color: #000000;">        xmlns:s=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/spark&quot;</span></span>
<span style="color: #000000;">        xmlns:mx=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/halo&quot;</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Script</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;">&lt;!<span style="color: #66cc66;">&#91;</span>CDATA<span style="color: #66cc66;">&#91;</span></span>
<span style="color: #000000;">            protected function slider_changeHandler<span style="color: #66cc66;">&#40;</span>evt:Event<span style="color: #66cc66;">&#41;</span>:void <span style="color: #66cc66;">&#123;</span></span>
<span style="color: #000000;">                list.ensureIndexIsVisible<span style="color: #66cc66;">&#40;</span>slider.value<span style="color: #66cc66;">&#41;</span>;</span>
<span style="color: #000000;">            <span style="color: #66cc66;">&#125;</span></span>
&nbsp;
<span style="color: #000000;">            protected function list_labelFunc<span style="color: #66cc66;">&#40;</span>item:Object<span style="color: #66cc66;">&#41;</span>:String <span style="color: #66cc66;">&#123;</span></span>
<span style="color: #000000;">                return item.index + <span style="color: #ff0000;">&quot;) &quot;</span> + item.label;</span>
<span style="color: #000000;">            <span style="color: #66cc66;">&#125;</span></span>
<span style="color: #000000;">        <span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#93;</span><span style="color: #7400FF;">&gt;</span></span>
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;/fx:Script</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:HSlider</span> id=<span style="color: #ff0000;">&quot;slider&quot;</span> </span>
<span style="color: #000000;">            minimum=<span style="color: #ff0000;">&quot;0&quot;</span> maximum=<span style="color: #ff0000;">&quot;{list.dataProvider.length-1}&quot;</span></span>
<span style="color: #000000;">            change=<span style="color: #ff0000;">&quot;slider_changeHandler(event)&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
&nbsp;
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:List</span> id=<span style="color: #ff0000;">&quot;list&quot;</span></span>
<span style="color: #000000;">            labelFunction=<span style="color: #ff0000;">&quot;list_labelFunc&quot;</span> </span>
<span style="color: #000000;">            horizontalCenter=<span style="color: #ff0000;">&quot;0&quot;</span> verticalCenter=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:layout</span><span style="color: #7400FF;">&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:VerticalLayout</span> gap=<span style="color: #ff0000;">&quot;0&quot;</span></span>
<span style="color: #000000;">                    horizontalAlign=<span style="color: #ff0000;">&quot;contentJustify&quot;</span></span>
<span style="color: #000000;">                    requestedRowCount=<span style="color: #ff0000;">&quot;5&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:layout</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:dataProvider</span><span style="color: #7400FF;">&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;s:ArrayList</span><span style="color: #7400FF;">&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;One&quot;</span>       index=<span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Two&quot;</span>       index=<span style="color: #ff0000;">&quot;1&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Three&quot;</span>     index=<span style="color: #ff0000;">&quot;2&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Four&quot;</span>      index=<span style="color: #ff0000;">&quot;3&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Five&quot;</span>      index=<span style="color: #ff0000;">&quot;4&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Six&quot;</span>       index=<span style="color: #ff0000;">&quot;5&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Seven&quot;</span>     index=<span style="color: #ff0000;">&quot;6&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Eight&quot;</span>     index=<span style="color: #ff0000;">&quot;7&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Nine&quot;</span>      index=<span style="color: #ff0000;">&quot;8&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Ten&quot;</span>       index=<span style="color: #ff0000;">&quot;9&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Eleven&quot;</span>    index=<span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Twelve&quot;</span>    index=<span style="color: #ff0000;">&quot;11&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Thirteen&quot;</span>  index=<span style="color: #ff0000;">&quot;12&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Fourteen&quot;</span>  index=<span style="color: #ff0000;">&quot;13&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Fifteen&quot;</span>   index=<span style="color: #ff0000;">&quot;14&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Sixteen&quot;</span>   index=<span style="color: #ff0000;">&quot;15&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Seventeen&quot;</span> index=<span style="color: #ff0000;">&quot;16&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Eighteen&quot;</span>  index=<span style="color: #ff0000;">&quot;17&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Ninteen&quot;</span>   index=<span style="color: #ff0000;">&quot;18&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
                <span style="color: #000000;"><span style="color: #7400FF;">&lt;fx:Object</span> label=<span style="color: #ff0000;">&quot;Twenty&quot;</span>    index=<span style="color: #ff0000;">&quot;19&quot;</span> <span style="color: #7400FF;">/&gt;</span></span>
            <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:ArrayList</span><span style="color: #7400FF;">&gt;</span></span>
        <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:dataProvider</span><span style="color: #7400FF;">&gt;</span></span>
    <span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:List</span><span style="color: #7400FF;">&gt;</span></span>
&nbsp;
<span style="color: #000000;"><span style="color: #7400FF;">&lt;/s:Application</span><span style="color: #7400FF;">&gt;</span></span></pre></div></div>

<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin</title>
		<link>http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/comment-page-1/#comment-5161</link>
		<dc:creator>Marcin</dc:creator>
		<pubDate>Fri, 14 Aug 2009 15:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/#comment-5161</guid>
		<description>Do you know how to scroll to index in flex 4 spark list?
There is no method scrollToIndex.</description>
		<content:encoded><![CDATA[<p>Do you know how to scroll to index in flex 4 spark list?<br />
There is no method scrollToIndex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/comment-page-1/#comment-5117</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Wed, 12 Aug 2009 13:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/#comment-5117</guid>
		<description>Thank you so much!</description>
		<content:encoded><![CDATA[<p>Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/comment-page-1/#comment-5116</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Wed, 12 Aug 2009 13:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/#comment-5116</guid>
		<description>That was helpful!</description>
		<content:encoded><![CDATA[<p>That was helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: List of</title>
		<link>http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/comment-page-1/#comment-1840</link>
		<dc:creator>List of</dc:creator>
		<pubDate>Mon, 19 Nov 2007 00:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/#comment-1840</guid>
		<description>Sweet, I have been looking for some way to do this.
Helpful post, thanks.</description>
		<content:encoded><![CDATA[<p>Sweet, I have been looking for some way to do this.<br />
Helpful post, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/comment-page-1/#comment-1839</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Fri, 09 Nov 2007 17:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/08/scrolling-to-a-specific-index-in-a-flex-list-control/#comment-1839</guid>
		<description>Is there anyway to make it so the list kinda &quot;iPhone&quot; like scrolls to the selected index?  I have no idea how to do this, but it would be cool :)</description>
		<content:encoded><![CDATA[<p>Is there anyway to make it so the list kinda &#8220;iPhone&#8221; like scrolls to the selected index?  I have no idea how to do this, but it would be cool :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

