<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why does the TOC not scroll horizontally for long Layer names? in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631394#M18722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've noticed this as well.&amp;nbsp; When a nested layer has a long name it gets truncated by the edge of the panel.&amp;nbsp; One option is to make the panel wider by editing line 434 of MapSwitcherWidget.mxml and changing the width of opLayersContainer from 265 to something larger.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;s:BorderContainer id="opLayersContainer"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width="&lt;STRONG&gt;265&lt;/STRONG&gt;" height="180"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; backgroundColor="{getStyle('contentBackgroundColor')}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; click="opLayersContainer_clickHandler(event)"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; includeInLayout="false"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keyFocusChange="keyFocusChangeHandler(event)"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keyUp="escapeKeyUpHandler(event)"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rollOut="startHideTimer()"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rollOver="hideOpLayersTimer.reset()"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="{shouldShowOpLayers}"&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 02:51:45 GMT</pubDate>
    <dc:creator>KennyHoran</dc:creator>
    <dc:date>2021-12-12T02:51:45Z</dc:date>
    <item>
      <title>Why does the TOC not scroll horizontally for long Layer names?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631390#M18718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Seems like this would be important and in there but it is not.&amp;nbsp; How would I add this to the code?&amp;nbsp; Tried wrapping it in the MapSwitcher but no luck.&amp;nbsp; Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 14:30:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631390#M18718</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2013-01-24T14:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the TOC not scroll horizontally for long Layer names?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631391#M18719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my case with the nested layers if I did that it would take up half the screen.&amp;nbsp; Plus some layer names are really long (I know bad UI but that is how it has to be.)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It was also be nice that if you hovered the mouse it would show it to you similar to what the windows file browser does.&amp;nbsp; It would also be nice if MapSwitcher was sizable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess I just keep running into that the viewer is really just for small maps of a few layers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 17:59:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631391#M18719</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2013-01-24T17:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the TOC not scroll horizontally for long Layer names?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631392#M18720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Doug,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The TOC widget seems to add the horizontal bar automatically when it is sized smaller than the list (between the plus sign and dropdown arrow).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think what you are running into is that the toc box for the list is too small for the length of your layer names and are getting truncated. If you narrow your TOC widget so that you can not see the plus sign and dropdown (where zoom to is), you should see the horizontal scroll bar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is the case, in the TOCWidget.mxml at the bottom, the width of the box being populated is controlled in this part of the code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;toccomp:TOC id="toc"
&amp;nbsp; width="100%"
 height="100%"
 labels="{[ZoomToMakeVisible,ExpandAll,CollapseAll]}"
 useesridescription="{UseNewEsriDescrption}"
 expanded="{expanded}"
 disableZoomTo="{disableZoomTo}"
 fullexpanded="{fullexpand}"
 legendCollapsed="{legendCollapsed}"
&amp;nbsp; liveScrolling="false"
 variableRowHeight="true"
 tocMinWidth="{wTemplate.width - 45}" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scroller="{scr}"
&amp;nbsp; loader="{boxMessage}" paddingTop="0" paddingBottom="0"/&amp;gt;
&amp;lt;/s:Group&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you hard code that to a number that is large enough to fit your layer names (tocMinWidth="500"), then it will push the drop down off the window and thus should add the scroll bar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:43:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631392#M18720</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2021-12-12T16:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the TOC not scroll horizontally for long Layer names?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631393#M18721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am talking about MapSwitcherWidget which this does not seem to work for.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 15:10:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631393#M18721</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2013-02-20T15:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the TOC not scroll horizontally for long Layer names?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631394#M18722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've noticed this as well.&amp;nbsp; When a nested layer has a long name it gets truncated by the edge of the panel.&amp;nbsp; One option is to make the panel wider by editing line 434 of MapSwitcherWidget.mxml and changing the width of opLayersContainer from 265 to something larger.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;s:BorderContainer id="opLayersContainer"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width="&lt;STRONG&gt;265&lt;/STRONG&gt;" height="180"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; backgroundColor="{getStyle('contentBackgroundColor')}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; click="opLayersContainer_clickHandler(event)"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; includeInLayout="false"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keyFocusChange="keyFocusChangeHandler(event)"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keyUp="escapeKeyUpHandler(event)"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rollOut="startHideTimer()"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rollOver="hideOpLayersTimer.reset()"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="{shouldShowOpLayers}"&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:51:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631394#M18722</guid>
      <dc:creator>KennyHoran</dc:creator>
      <dc:date>2021-12-12T02:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the TOC not scroll horizontally for long Layer names?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631395#M18723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett Zufelt made the MapSwitcher resizeable from the xml file in the post &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/78093-Resize-More...-widget-in-flexviewer"&gt;http://forums.arcgis.com/threads/78093-Resize-More...-widget-in-flexviewer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would this work for you?&amp;nbsp; Or does it take up too much of the screen?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 18:10:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631395#M18723</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-02-21T18:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the TOC not scroll horizontally for long Layer names?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631396#M18724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can make it wider no problem.&amp;nbsp; But I want the scroll instead.&amp;nbsp; We have long layer names that are also nested in groups a lot of times.&amp;nbsp; So the combo make it really long sometimes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vertical scroll works fine so surprised this was missed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I might try to find a place to add a data tip function as a partial fix.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried it here in MapSwitcher but it did not work&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;toc:TOC id="toc"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left="2" right="2" top="3" bottom="40"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dataTipFunction="myDataTipFunction"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tabIndex="2"/&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 20:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631396#M18724</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2013-02-21T20:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the TOC not scroll horizontally for long Layer names?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631397#M18725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just set the layerlistvisible="false" and use the TOC widget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It automatically puts both scroll bars on there when needed...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 20:26:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/why-does-the-toc-not-scroll-horizontally-for-long/m-p/631397#M18725</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-02-21T20:26:15Z</dc:date>
    </item>
  </channel>
</rss>

