<?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: How to disable scroll wheel zooming in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-disable-scroll-wheel-zooming/m-p/252088#M7728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; There is not a configurable setting for this where you can juts add an attribute to the map element, but you can easily add the property to the actual map element of the viewer by adding this line to the MapManager.mxml configMapAttributes function &lt;/SPAN&gt;&lt;PRE class="plain" name="code"&gt;map.scrollWheelZoomEnabled = false;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jul 2013 21:30:56 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2013-07-08T21:30:56Z</dc:date>
    <item>
      <title>How to disable scroll wheel zooming</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-disable-scroll-wheel-zooming/m-p/252087#M7727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to disable scroll wheel zooming in a map using the Viewer.&amp;nbsp; In other straight API applications I was able to accomplish this by using the scrollWheelZoomEnabled="false" property on the map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a Viewer equivalent to this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 19:08:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-disable-scroll-wheel-zooming/m-p/252087#M7727</guid>
      <dc:creator>DavidBoiano</dc:creator>
      <dc:date>2013-07-08T19:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable scroll wheel zooming</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-disable-scroll-wheel-zooming/m-p/252088#M7728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; There is not a configurable setting for this where you can juts add an attribute to the map element, but you can easily add the property to the actual map element of the viewer by adding this line to the MapManager.mxml configMapAttributes function &lt;/SPAN&gt;&lt;PRE class="plain" name="code"&gt;map.scrollWheelZoomEnabled = false;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 21:30:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-disable-scroll-wheel-zooming/m-p/252088#M7728</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-07-08T21:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable scroll wheel zooming</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-disable-scroll-wheel-zooming/m-p/252089#M7729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not tried it but there is also a widget here that exposes those extra map properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=4837907e122246a893c9746a018fcd38"&gt;http://www.arcgis.com/home/item.html?id=4837907e122246a893c9746a018fcd38&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 23:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-disable-scroll-wheel-zooming/m-p/252089#M7729</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-07-08T23:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable scroll wheel zooming</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-disable-scroll-wheel-zooming/m-p/252090#M7730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your responses.&amp;nbsp; I was able to easily add the appropriate code the MapManager.mxml configMapAtrributes() function and it works correctly. I will look into this widget, too, because it sounds very convenient.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 12:43:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-disable-scroll-wheel-zooming/m-p/252090#M7730</guid>
      <dc:creator>DavidBoiano</dc:creator>
      <dc:date>2013-07-09T12:43:34Z</dc:date>
    </item>
  </channel>
</rss>

