<?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: Stop Panning when zoom with mouse in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/stop-panning-when-zoom-with-mouse/m-p/279246#M7305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Morten,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply, however I found what I was looking for by using &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;i:Interaction.Behaviors&amp;gt;&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;lt;esriBehaviors:MaintainExtentBehavior /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/i:Interaction.Behaviors&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which does does the same type of zomming as if I would use the navigation slider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 May 2010 13:03:59 GMT</pubDate>
    <dc:creator>centuitcentuit</dc:creator>
    <dc:date>2010-05-31T13:03:59Z</dc:date>
    <item>
      <title>Stop Panning when zoom with mouse</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/stop-panning-when-zoom-with-mouse/m-p/279242#M7301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to stop panning to the cursor when a user uses the mouse wheel to zoom ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently in V2 Beta and in previous versions when a user uses the mouse wheel to zoom, the map&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shifts/pans the cursor when zooming.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please advise, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 20:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/stop-panning-when-zoom-with-mouse/m-p/279242#M7301</guid>
      <dc:creator>centuitcentuit</dc:creator>
      <dc:date>2010-05-27T20:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Panning when zoom with mouse</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/stop-panning-when-zoom-with-mouse/m-p/279243#M7302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure I understand the problem. When you zoom, the mouse zooms around where the mouse cursor is (ie. if you hold the mouse on top of a city and zoom, the city will stay under the mouse cursor). There shouldn't be any panning involved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 00:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/stop-panning-when-zoom-with-mouse/m-p/279243#M7302</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-28T00:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Panning when zoom with mouse</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/stop-panning-when-zoom-with-mouse/m-p/279244#M7303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are right, the perception is that it pans. However, I would like to have the mouse wheel zooming behave just like the Navigation control zoom slider. Can this be accomplished ? is so, can you provide a small example or guide me where to look for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 11:41:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/stop-panning-when-zoom-with-mouse/m-p/279244#M7303</guid>
      <dc:creator>centuitcentuit</dc:creator>
      <dc:date>2010-05-28T11:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Panning when zoom with mouse</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/stop-panning-when-zoom-with-mouse/m-p/279245#M7304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry. The zooming behavior is by design. You might be able to intercept the mousewheel zoom and cancel it so it doesn't bubbles to the map. You can then do the Zoom call yourself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 16:47:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/stop-panning-when-zoom-with-mouse/m-p/279245#M7304</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-28T16:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Stop Panning when zoom with mouse</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/stop-panning-when-zoom-with-mouse/m-p/279246#M7305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Morten,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply, however I found what I was looking for by using &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;i:Interaction.Behaviors&amp;gt;&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;lt;esriBehaviors:MaintainExtentBehavior /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/i:Interaction.Behaviors&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which does does the same type of zomming as if I would use the navigation slider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 13:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/stop-panning-when-zoom-with-mouse/m-p/279246#M7305</guid>
      <dc:creator>centuitcentuit</dc:creator>
      <dc:date>2010-05-31T13:03:59Z</dc:date>
    </item>
  </channel>
</rss>

