<?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: MapControl:   [shift] + drag rectangle.  Any way to surpress? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1499179#M12842</link>
    <description>&lt;P&gt;It would be really welcome to have more fine-grained control over these actions, to support specialized use cases.&amp;nbsp; Appreciate your feedback!&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jun 2024 16:48:11 GMT</pubDate>
    <dc:creator>Mike_Quetel</dc:creator>
    <dc:date>2024-06-28T16:48:11Z</dc:date>
    <item>
      <title>MapControl:   [shift] + drag rectangle.  Any way to surpress?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1498652#M12832</link>
      <description>&lt;P&gt;A user brought this behavior to my attention recently, and I'm not sure when this was incorporated into the map control.&amp;nbsp; The combination of holding down the shift button and dragging a rectangle performs a zoom-in which I am struggling to suppress.&amp;nbsp; I used to take advantage of this combination for adding/removing either selected features or graphics... and this behavior now overrides everything else, seemingly to include the editor.&amp;nbsp; &amp;nbsp;Do I have any options here?&amp;nbsp; MapViewInteractionOptions doesn't appear to have anything granular besides stopping any zoom in capability...&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 20:17:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1498652#M12832</guid>
      <dc:creator>Mike_Quetel</dc:creator>
      <dc:date>2024-06-27T20:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: MapControl:   [shift] + drag rectangle.  Any way to surpress?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1498665#M12833</link>
      <description>&lt;P&gt;The feature isn't new. It's been there in every release, dating all the way back to the old Silverlight days.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you're using WPF, you can use the PreviewMouseMove event and set e.Handled=true if the shift key is down to take over control.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 16:03:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1498665#M12833</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-06-28T16:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: MapControl:   [shift] + drag rectangle.  Any way to surpress?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1498703#M12834</link>
      <description>&lt;P&gt;Is it possible that the old SketchEditor suppressed it and the new editor doesn't?&amp;nbsp; That's my theory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 21:21:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1498703#M12834</guid>
      <dc:creator>Mike_Quetel</dc:creator>
      <dc:date>2024-06-27T21:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: MapControl:   [shift] + drag rectangle.  Any way to surpress?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1499165#M12839</link>
      <description>&lt;P&gt;Just dug in deeper and see the issue now. It's actually a bug-fix that was made. We didn't want the editor to continue reacting to mouse move when you're using key-combinations like shift. That means it'll fall through to the default zooming mode, so you can edit your geometry, but if you need to zoom in closer, you can still do the zoombox interaction.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 16:23:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1499165#M12839</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-06-28T16:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: MapControl:   [shift] + drag rectangle.  Any way to surpress?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1499171#M12840</link>
      <description>&lt;P&gt;OK thanks... at least I haven't completely lost my mind!&amp;nbsp; I think rather than fighting the shift button combo, I'm just going to move over to using the ctrl button to signal that the user wants to modify an existing map selection vs create a new one.&amp;nbsp; There's value to not overriding the zoom-in functionality&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 16:37:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1499171#M12840</guid>
      <dc:creator>Mike_Quetel</dc:creator>
      <dc:date>2024-06-28T16:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: MapControl:   [shift] + drag rectangle.  Any way to surpress?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1499174#M12841</link>
      <description>&lt;P&gt;Sounds like a good idea. It did get us started to think about an easier way to remap/remove all key combinations and add custom key combos as well to make scenarios like this easier.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 16:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1499174#M12841</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-06-28T16:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: MapControl:   [shift] + drag rectangle.  Any way to surpress?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1499179#M12842</link>
      <description>&lt;P&gt;It would be really welcome to have more fine-grained control over these actions, to support specialized use cases.&amp;nbsp; Appreciate your feedback!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 16:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/mapcontrol-shift-drag-rectangle-any-way-to/m-p/1499179#M12842</guid>
      <dc:creator>Mike_Quetel</dc:creator>
      <dc:date>2024-06-28T16:48:11Z</dc:date>
    </item>
  </channel>
</rss>

